consul

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Consul

type Consul struct {
	Client              *client.Consul
	EndpointDialOptions []value.Option
}

Consul implements the consul provider.

func NewProvider

func NewProvider(urls []string, options ...value.Option) (*Consul, error)

NewProvider returns a new consul provider.

func (*Consul) AddEndpoint

func (p *Consul) AddEndpoint(service string, endpoint value.Endpoint) (string, error)

AddEndpoint adds the provided endpoint to the consul register.

func (*Consul) AddEndpointAddr

func (p *Consul) AddEndpointAddr(service string, addr net.Addr) (string, error)

AddEndpointAddr adds the provided address to the consul register.

func (*Consul) Endpoints

func (p *Consul) Endpoints(service string) (value.Endpoints, error)

Endpoints returns endpoints for the provided service.

func (*Consul) RemoveEndpoint

func (p *Consul) RemoveEndpoint(id string) error

RemoveEndpoint removes the endpoint with the provided id from the consul register.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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