mirror of https://github.com/status-im/consul.git
Reword comment after moving code into new packages
This commit is contained in:
parent
68183c4378
commit
b8bbdb9e7a
|
@ -56,8 +56,8 @@ type ConsulClusterInfo interface {
|
|||
NumNodes() int
|
||||
}
|
||||
|
||||
// serverCfg is the thread-safe configuration structure that is used to
|
||||
// maintain the list of consul servers in Client.
|
||||
// serverCfg is the thread-safe configuration struct used to maintain the
|
||||
// list of Consul servers in ServerManager.
|
||||
//
|
||||
// NOTE(sean@): We are explicitly relying on the fact that serverConfig will
|
||||
// be copied onto the stack. Please keep this structure light.
|
||||
|
|
Loading…
Reference in New Issue