Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSnapshot ¶
type ClientSnapshot struct { Elector ElectorStatus Notifier Status Producers map[string]Status }
func (*ClientSnapshot) Copy ¶
func (chs *ClientSnapshot) Copy() ClientSnapshot
func (*ClientSnapshot) Healthy ¶
func (chs *ClientSnapshot) Healthy() bool
type ElectorStatus ¶
type ElectorStatus int
const ( ElectorNonLeader ElectorStatus = iota ElectorLeader ElectorResigning )
Click to show internal directories.
Click to hide internal directories.