# Functions
New makes a new Client.
NewInMemoryClient creates an Etcd Client implementation that uses an in-memory version of the underlying Etcd client.
# Interfaces
Clientv3Facade is a subset of all Etcd client operations that are required to implement an Etcd version of kv.Client.