mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-20 17:16:39 +08:00
chore: rename account to storage
This commit is contained in:
@@ -9,7 +9,7 @@ var (
|
||||
NotSupport = errors.New("not support")
|
||||
RelativePath = errors.New("access using relative path is not allowed")
|
||||
|
||||
MoveBetweenTwoAccounts = errors.New("can't move files between two account, try to copy")
|
||||
MoveBetweenTwoStorages = errors.New("can't move files between two storages, try to copy")
|
||||
UploadNotSupported = errors.New("upload not supported")
|
||||
|
||||
MetaNotFound = errors.New("meta not found")
|
||||
|
||||
Reference in New Issue
Block a user