You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HashKV returns a hash of the KV state at the time of the RPC.// If revision is zero, the hash is computed on all keys. If the revision// is non-zero, the hash is computed on all keys at or below the given revision.HashKV(ctxcontext.Context, endpointstring, revint64) (*HashKVResponse, error)
etcd go client added a new feature called
HashKV
https://github.com/coreos/etcd/blob/master/clientv3/maintenance.go#L57
jetcd should support that as well.
The text was updated successfully, but these errors were encountered: