List retrieves key-value pairs with the specified prefix, ordered lexicographically by key. If opts.Revision is non-zero, the key-value pairs are retrieved at the specified revision. If the required revision has been compacted, the request will fail with ErrCompacted. If opts.Limit is greater than
(ctx context.Context, prefix string, opts ListOptions)
| 40 | // specified by it. When paginating, the Continue value should be set |
| 41 | // to the last observed key with "\x00" appended to it. |
| 42 | List(ctx context.Context, prefix string, opts ListOptions) (ListResponse, error) |
| 43 | |
| 44 | // Count returns the number of keys with the specified prefix. |
| 45 | // |
no outgoing calls