KeyValue will lookup and bind to an existing KeyValue store. If the KeyValue store with given name does not exist, ErrBucketNotFound will be returned.
(ctx context.Context, bucket string)
| 38 | // If the KeyValue store with given name does not exist, |
| 39 | // ErrBucketNotFound will be returned. |
| 40 | KeyValue(ctx context.Context, bucket string) (KeyValue, error) |
| 41 | |
| 42 | // CreateKeyValue will create a KeyValue store with the given |
| 43 | // configuration. |
no outgoing calls