Versions in this module Expand all Collapse all v0 v0.1.0 Dec 20, 2018 Changes in this version + type Client struct + func NewEtcdClient(endpoint, cert, key, caCert string) (*Client, error) + func (c *Client) GetValue(key string) ([]byte, error) + func (c *Client) PutValue(key string, value []byte) error