Versions in this module Expand all Collapse all v0 v0.0.1 Sep 25, 2020 Changes in this version + type Discovery interface + Close func() + GetNodes func() map[string]string + PullAllNodes func() ([]string, error) + PullNodes func(prefix string) ([]string, error) + type NodeDeler interface + Del func(in *pb.DelRequest, out *pb.DelResponse) error + type NodeGetter interface + Get func(in *pb.GetRequest, out *pb.GetResponse) error + type NodePicker interface + PickNode func(key string) (node Nodor, ok bool) + type NodeSetter interface + Set func(in *pb.SetRequest, out *pb.SetResponse) error + type Nodor interface + Url func() string