mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd-agent/client: fixup godocs
This commit is contained in:
parent
ea21b8ee1f
commit
f7b84d69a4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user