Status retrieves the status and configuration of a bucket.
(ctx context.Context)
| 204 | |
| 205 | // Status retrieves the status and configuration of a bucket. |
| 206 | Status(ctx context.Context) (KeyValueStatus, error) |
| 207 | } |
| 208 | |
| 209 | // KeyValueConfig is the configuration for a KeyValue store. |
no outgoing calls