package
1.19.0
Repository: https://github.com/cortexproject/cortex.git
Documentation: pkg.go.dev

# Functions

New makes a new Client.
NewInMemoryClient creates an Etcd Client implementation that uses an in-memory version of the underlying Etcd client.

# Structs

Client implements kv.Client for etcd.
Config for a new etcd.Client.

# Interfaces

Clientv3Facade is a subset of all Etcd client operations that are required to implement an Etcd version of kv.Client.