DeleteKeyValue will delete this KeyValue store. If the KeyValue store with given name does not exist, ErrBucketNotFound will be returned.
(ctx context.Context, bucket string)
| 63 | // If the KeyValue store with given name does not exist, |
| 64 | // ErrBucketNotFound will be returned. |
| 65 | DeleteKeyValue(ctx context.Context, bucket string) error |
| 66 | |
| 67 | // KeyValueStoreNames is used to retrieve a list of key value store |
| 68 | // names. It returns a KeyValueNamesLister exposing a channel to read |
no outgoing calls