*: 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

@ -27,6 +27,7 @@ import (
// communication with other members of the cluster
type ServerStats struct {
Name string `json:"name"`
// ID is the raft ID of the node.
// TODO(jonboulle): use ID instead of name?
ID string `json:"id"`
State raft.StateType `json:"state"`