consul

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2015 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

type ConsulClient struct {
	// contains filtered or unexported fields
}

Client provides a wrapper around the consulkv client

func New

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

func (c *ConsulClient) GetValues(keys []string) (map[string]string, error)

GetValues queries Consul for keys

func (*ConsulClient) WatchPrefix

func (c *ConsulClient) WatchPrefix(prefix 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