Versions in this module Expand all Collapse all v0 v0.14.0 Oct 10, 2017 v0.13.0 Aug 20, 2017 Changes in this version + type Client struct + func NewEtcdClient(machines []string, cert, key, caCert string, basicAuth bool, username string, ...) (*Client, error) + func (c *Client) GetValues(keys []string) (map[string]string, error) + func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (uint64, error)