# Packages
No description provided by the author
# Functions
CreateEtcdClient according to yaml etcdConfiguration.
NewEtcdV3Client create an *EtcdV3Client based on "go.etcd.io/etcd/client/v3".
# Structs
ClientProperties properties for etcd.
EtcdConfiguration yaml etcd configuration entity.
EtcdV3Client implements EtcdClient interface.
KeyValue is etcd-Kv Simplified version.
# Interfaces
go:generate mockery -name=EtcdClient.