mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Feat: WebDAV mount folders
This commit is contained in:
@@ -13,9 +13,11 @@ const (
|
||||
FileID // 文件ID
|
||||
FolderID // 目录ID
|
||||
TagID // 标签ID
|
||||
PolicyID // 存储策略ID
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrTypeNotMatch ID类型不匹配
|
||||
ErrTypeNotMatch = errors.New("ID类型不匹配")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user