This commit is contained in:
1-6
2023-07-12 15:41:07 +08:00
parent 396231f528
commit d0716ea1bd
11 changed files with 89 additions and 42 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ var DisableHandle = func(uuid string) {
}
type Bucket interface {
Set(interface{}, interface{}) (string, error)
Set2(interface{}, interface{}) (string, error)
Set(interface{}, interface{}) (string, bool, error)
Set2(interface{}, interface{}) (string, bool, error)
Copy(string) Bucket
IsEmpty() (bool, error)
Size() (int64, error)