Versions in this module Expand all Collapse all v0 v0.16.0 May 4, 2018 v0.15.0 Jan 27, 2018 v0.14.0 Oct 10, 2017 Changes in this version + type Client struct + func New() (*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)