Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2019 Changes in this version + type EtcdResource struct + Cli *clientv3.Client + func NewEtcdResource(t *testing.T, server string) *EtcdResource + func (r *EtcdResource) Cleanup() + func (r *EtcdResource) PutData(path string, values []string) [][]string + func (r *EtcdResource) RegisterPath(path string) + func (r *EtcdResource) RegisterRandom() string