Versions in this module Expand all Collapse all v0 v0.0.2 Apr 3, 2019 Changes in this version + type Broker struct + Bootstrap bool + BrokerAddr string + Expect int + ID NodeID + Name string + NonVoter bool + RaftAddr string + SerfLANAddr string + Status serf.MemberStatus + func IsBroker(m serf.Member) (*Broker, bool) + func (b Broker) Host() string + func (b Broker) Port() int32 + func (b Broker) String() string + type NodeID int32 + func (n NodeID) Int32() int32 + func (n NodeID) String() string