Versions in this module Expand all Collapse all v0 v0.3.0 Aug 19, 2016 Changes in this version + type Client struct + func NewClient(hosts []string, prefix string) (*Client, error) + func (c *Client) Delete(obj db.Entity) error + func (c *Client) Dump(dir string) (string, error) + func (c *Client) Get(obj db.Entity) error + func (c *Client) List(obj db.Entity) ([]db.Entity, error) + func (c *Client) Prefix() string + func (c *Client) Set(obj db.Entity) error + func (c *Client) Watch(obj db.Entity) (chan db.Entity, chan error) + func (c *Client) WatchAll(obj db.Entity) (chan db.Entity, chan error) + func (c *Client) WatchAllStop(obj db.Entity) error + func (c *Client) WatchStop(obj db.Entity) error