Versions in this module Expand all Collapse all v1 v1.0.6 Sep 13, 2015 v1.0.5 Aug 24, 2015 Changes in this version + type Etcd struct + func (e *Etcd) AcquireAndHold(notify chan struct{}) + func (e *Etcd) Release() + type Leaser interface + AcquireAndHold func(chan struct{}) + Release func() + func NewEtcd(client *etcdclient.Client, key, value string, ttl uint64) Leaser