etcdv3

package
v0.0.0-...-d3dbaab Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 13 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 {
	Endpoints []string `mapstructure:"endpoints"`
	Username  string   `mapstructure:"username"`
	Password  string   `mapstructure:"password"`
	Prefix    string   `mapstructure:"prefix"`
}

func (*Config) String

func (c *Config) String() string

type Registry

type Registry struct {
	discover.Registry
	discover.Discovery
	// contains filtered or unexported fields
}

func NewRegistry

func NewRegistry(c *Config) *Registry

func (Registry) Find

func (r Registry) Find(ctx context.Context, name string) ([]discover.ServiceInfo, error)

func (Registry) Register

func (r Registry) Register(ctx context.Context, info discover.Service) (context.CancelFunc, error)

func (Registry) Watch

func (r Registry) Watch(ctx context.Context, serviceName string, update discover.Notify) error

Jump to

Keyboard shortcuts

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