mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-25 03:26:26 +08:00
style: shorten name operations to op
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
)
|
||||
|
||||
// why don't need `cache` for storage?
|
||||
// because all storage store in `operations.storagesMap`
|
||||
// the most of the read operation is from `operations.storagesMap`
|
||||
// because all storage store in `op.storagesMap`
|
||||
// the most of the read operation is from `op.storagesMap`
|
||||
// just for persistence in database
|
||||
|
||||
// CreateStorage just insert storage to database
|
||||
|
||||
Reference in New Issue
Block a user