package
3.2.0-rc.0+incompatible
Repository: https://github.com/amdprophet/etcd.git
Documentation: pkg.go.dev

# Functions

NewKV wraps a KV instance so that all requests are prefixed with a given string.
NewLease wraps a Lease interface to filter for only keys with a prefix and remove that prefix when fetching attached keys through TimeToLive.
NewWatcher wraps a Watcher instance so that all Watch requests are prefixed with a given string and all Watch responses have the prefix removed.