Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsulClient ¶ added in v0.12.0
type ConsulClient struct {
// contains filtered or unexported fields
}
Client provides a wrapper around the consulkv client
func New ¶ added in v0.12.0
func New(nodes []string, scheme, cert, key, caCert string) (*ConsulClient, error)
NewConsulClient returns a new client to Consul for the given address
func (*ConsulClient) GetValues ¶ added in v0.12.0
func (c *ConsulClient) GetValues(keys []string) (map[string]string, error)
GetValues queries Consul for keys
func (*ConsulClient) WatchPrefix ¶ added in v0.12.0
Click to show internal directories.
Click to hide internal directories.