etcd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Prefix      string
	Endpoints   []string
	DialTimeout time.Duration
	RegisterTTL time.Duration
	Username    string
	Password    string
}

type EtcdRegistry

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

func New

func New(config *Config) *EtcdRegistry

func (*EtcdRegistry) Build

Resolver Segment

func (*EtcdRegistry) Close

func (e *EtcdRegistry) Close()

func (*EtcdRegistry) DeRegister

func (e *EtcdRegistry) DeRegister(ctx context.Context, info *registry.ServiceInfo) error

func (*EtcdRegistry) NewMutex

func (er *EtcdRegistry) NewMutex(key string, opts ...concurrency.SessionOption) (m *mutex, err error)

func (*EtcdRegistry) Register

func (e *EtcdRegistry) Register(ctx context.Context, info *registry.ServiceInfo) error

func (*EtcdRegistry) ResolveNow

func (e *EtcdRegistry) ResolveNow(rn resolver.ResolveNowOptions)

ResolveNow is a noop for Resolver.

func (*EtcdRegistry) Scheme

func (e *EtcdRegistry) Scheme() string

Scheme return etcd's scheme

Jump to

Keyboard shortcuts

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