mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-04 08:54:38 +08:00
chore: rename account to storage
This commit is contained in:
@ -17,10 +17,10 @@ type Meta interface {
|
||||
Config() Config
|
||||
// Init If already initialized, drop first
|
||||
// need to unmarshal string to addition first
|
||||
Init(ctx context.Context, account model.Account) error
|
||||
Init(ctx context.Context, storage model.Storage) error
|
||||
Drop(ctx context.Context) error
|
||||
// GetAccount just get raw account
|
||||
GetAccount() model.Account
|
||||
// GetStorage just get raw storage
|
||||
GetStorage() model.Storage
|
||||
GetAddition() Additional
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user