*: exported godoc fixups

This commit is contained in:
Anthony Romano
2016-02-21 05:05:03 -08:00
parent f6d8059ac1
commit c5b51946eb
23 changed files with 38 additions and 17 deletions

View File

@ -36,6 +36,8 @@ func (st ProgressStateType) String() string { return prstmap[uint64(st)] }
// progresses of all followers, and sends entries to the follower based on its progress.
type Progress struct {
Match, Next uint64
// State defines how the leader should interact with the follower.
//
// When in ProgressStateProbe, leader sends at most one replication message
// per heartbeat interval. It also probes actual progress of the follower.
//