Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2018 v0.1.0 Sep 25, 2018 Changes in this version + type EtcdDatastore struct + func NewEtcdDatastore(service string, endpoints []string) (*EtcdDatastore, error) + func (d EtcdDatastore) Apply(name string, pb proto.Message) error + func (d EtcdDatastore) Close() error + func (d EtcdDatastore) Delete(name string) error + func (d EtcdDatastore) Get(name string, pb proto.Message) error + func (d EtcdDatastore) List(f func(int) []proto.Message) error