mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Add a quick package doc for the servers package
This commit is contained in:
parent
5501feecbe
commit
80f9f54bb3
@ -1,3 +1,8 @@
|
||||
// Package servers provides a Manager interface for Manager managed
|
||||
// server_details.ServerDetails objects. The servers package manages servers
|
||||
// from a Consul client's perspective (i.e. a list of servers that a client
|
||||
// talks with for RPCs). The servers package does not provide any API
|
||||
// guarantees and should be called only by `hashicorp/consul`.
|
||||
package servers
|
||||
|
||||
import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user