This commit is contained in:
cdle
2023-06-14 18:12:25 +08:00
parent 9314209c08
commit b125da91fd
4 changed files with 83 additions and 16 deletions
+1
View File
@@ -21,6 +21,7 @@ var DisableHandle = func(uuid string) {
type Bucket interface {
Set(interface{}, interface{}) (string, error)
Set2(interface{}, interface{}) (string, error)
Copy(string) Bucket
IsEmpty() (bool, error)
Size() (int64, error)