Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GossipRound ¶
type GossipRound struct { Number int64 `json:"gossip_round_number"` Mux *sync.Mutex `json:"gossip_round_mux"` }
GossipRound is the number of gossiper rounds
func (*GossipRound) GetNumber ¶
func (r *GossipRound) GetNumber() int64
GetNumber returns the gossip round numbers
func (*GossipRound) Increment ¶
func (r *GossipRound) Increment()
Increment increments the gossip round numbers
Click to show internal directories.
Click to hide internal directories.