Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cluster ¶
type Cluster struct { // https://github.com/hashicorp/memberlist/blob/master/config.go#L350 Config *memberlist.Config Memlist *memberlist.Memberlist }
Cluster struct
func (*Cluster) AddLocalNode ¶
AddLocalNode
type NodeEvents ¶
type NodeEvents struct{}
NodeEvents struct implements https://github.com/hashicorp/memberlist/blob/master/event_delegate.go#L7
func (*NodeEvents) NotifyLeave ¶
func (n *NodeEvents) NotifyLeave(node *memberlist.Node)
NotifyLeave
func (*NodeEvents) NotifyUpdate ¶
func (n *NodeEvents) NotifyUpdate(node *memberlist.Node)
NotifyUpdate
type RoundRobin ¶ added in v0.0.7
RoundRobin ...
Click to show internal directories.
Click to hide internal directories.