Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // The node name that the endpoint belongs to. Node server.Node `json:"node"` // The network address at which the service can be reached. Server server.Address `json:"server"` PubIp string // The list of tags associated with the service. Tags []string `json:"tags"` // The set of metadata associated with the node on which the service is // running. Meta map[string]string `json:"meta"` Check server.HealthCheck }
Click to show internal directories.
Click to hide internal directories.