mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-01 06:10:26 +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