Add Close to StoreClient
This commit is contained in:
@@ -4,4 +4,5 @@ type Client interface {
|
||||
Get(string, string) ([]byte, error)
|
||||
Set(string, string, []byte) error
|
||||
List(string, string) ([]string, error)
|
||||
Close() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user