Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2019 Changes in this version + type EtcdClient struct + ClusterClient client.Client + Environment string + ServiceName string + Services services.Services + TxnStore kv.TxnStore + Zone string + func NewEtcdClient(logger *zap.SugaredLogger, config EtcdConfig) *EtcdClient + type EtcdConfig struct + Enabled bool + type Transaction struct + func NewTransaction() *Transaction + func (t *Transaction) AddKeyValue(key string, version int, value proto.Message) *Transaction + func (t *Transaction) WriteTo(store kv.TxnStore) error