Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Member ¶
type Member struct {
Name string // Node name
Addr net.IP // Address of the Serf node
Port uint16 // Gossip port used by Serf
Tags map[string]string
Status string
ProtocolMin uint8 // Minimum supported Memberlist protocol
ProtocolMax uint8 // Maximum supported Memberlist protocol
ProtocolCur uint8 // Currently set Memberlist protocol
DelegateMin uint8 // Minimum supported Serf protocol
DelegateMax uint8 // Maximum supported Serf protocol
DelegateCur uint8 // Currently set Serf protocol
}
Member is used to represent a single member of the Serf cluster
type NodeResponse ¶
NodeResponse is used to return the response of a query
Click to show internal directories.
Click to hide internal directories.