Versions in this module Expand all Collapse all v0 v0.2.5 Apr 7, 2024 v0.2.4 Feb 28, 2024 v0.2.3 Feb 20, 2024 Changes in this version + type Endpoint struct + Addr string + type Node struct + Key string + Server string + func (n *Node) String() string + type Register interface + Deregister func(node *Node) error + Register func(name string, endpoint Endpoint) (*Node, error)