Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + type Interface interface + Status func() (NodeMap, error) + Version func() (*version.Version, error) + func New(client client.Interface) Interface + func NewFromURL(u *url.URL) Interface + type Node struct + Host string + ID uuid.UUID + Local bool + State NodeState + Status NodeStatus + type NodeMap map[string]*Node + func (nm NodeMap) LocalNode() *Node + type NodeState string + const NodeStateJoining + const NodeStateLeaving + const NodeStateMoving + const NodeStateNormal + const NodeStateUnknown + type NodeStatus string + const NodeStatusDown + const NodeStatusUnknown + const NodeStatusUp v0.1.0-alpha.1 Mar 27, 2018