x
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user