CreateKeyValue will create a KeyValue store with the given configuration. If a KeyValue store with the same name already exists and the configuration is different, ErrBucketExists will be returned.
(ctx context.Context, cfg KeyValueConfig)
| 45 | // If a KeyValue store with the same name already exists and the |
| 46 | // configuration is different, ErrBucketExists will be returned. |
| 47 | CreateKeyValue(ctx context.Context, cfg KeyValueConfig) (KeyValue, error) |
| 48 | |
| 49 | // UpdateKeyValue will update an existing KeyValue store with the given |
| 50 | // configuration. |
no outgoing calls