GetMetadataDocument fetches a bootstrap metadata document for a given bucket and key, along with the CAS of the config document.
(ctx context.Context, bucket, key string, valuePtr interface{})
| 28 | GetConfigBuckets() ([]string, error) |
| 29 | // GetMetadataDocument fetches a bootstrap metadata document for a given bucket and key, along with the CAS of the config document. |
| 30 | GetMetadataDocument(ctx context.Context, bucket, key string, valuePtr interface{}) (cas uint64, err error) |
| 31 | // InsertMetadataDocument saves a new bootstrap metadata document for a given bucket and key. |
| 32 | InsertMetadataDocument(ctx context.Context, bucket, key string, value interface{}) (newCAS uint64, err error) |
| 33 | // DeleteMetadataDocument deletes an existing bootstrap metadata document for a given bucket and key. |
no outgoing calls