Versions in this module Expand all Collapse all v0 v0.0.1 May 24, 2016 Changes in this version + type Etcd2Connect struct + func NewEtcd2Connect(etcdEndpoint string) (*Etcd2Connect, error) + func (e *Etcd2Connect) Get(data map[string]string) (map[string]string, error) + func (e *Etcd2Connect) Make(data map[string]string) error + func (e *Etcd2Connect) Set(data map[string]string) error