History will return all historical values for the key (up to KeyValueMaxHistory).
(ctx context.Context, key string, opts ...WatchOpt)
| 190 | // History will return all historical values for the key (up to |
| 191 | // KeyValueMaxHistory). |
| 192 | History(ctx context.Context, key string, opts ...WatchOpt) ([]KeyValueEntry, error) |
| 193 | |
| 194 | // Bucket returns the KV store name. |
| 195 | Bucket() string |
no outgoing calls