etcd-agent/client: fixup godocs

release-3.0
Anthony Romano 2016-06-17 13:11:01 -07:00
parent ea21b8ee1f
commit f7b84d69a4
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@ package client
import "net/rpc"
type Status struct {
// State gives the human-readable status of an agent (e.g., "started" or "terminated")
State string
// TODO: gather more informations
// TODO: memory usage, raft information, etc..
State string
}
type Agent interface {