consul

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2016 License: MIT Imports: 7 Imported by: 0

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

func (c *ConsulClient) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (uint64, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL