type Index … func (i Index) String() string { … } type AckedIndexer … type mapAckIndexer … func (m mapAckIndexer) AckedIndex(id uint64) (Index, bool) { … } type VoteResult … const VotePending … const VoteLost … const VoteWon …
type Index … func (i Index) String() string { … } type AckedIndexer … type mapAckIndexer … func (m mapAckIndexer) AckedIndex(id uint64) (Index, bool) { … } type VoteResult … const VotePending … const VoteLost … const VoteWon …