Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + type EtcdDatastore struct + func NewEtcdDatastore(endpoints []string) (*EtcdDatastore, error) + func (d *EtcdDatastore) AddPrefix(prefix string) datastore.Datastore + func (d EtcdDatastore) Apply(key string, pb proto.Message) error + func (d EtcdDatastore) Close() error + func (d EtcdDatastore) Delete(key string) error + func (d EtcdDatastore) Get(key string, pb proto.Message) error + func (d EtcdDatastore) List(f func(int) []proto.Message) error + func (m *EtcdDatastore) IsLocked(key string) bool + func (m *EtcdDatastore) Lock(key string) bool + func (m *EtcdDatastore) Unlock(key string) bool