package
5.3.0
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# Packages

Package cache provides a registry cache.

# Functions

Addrs is the registry addresses to use.
Deregister a service node.
Retrieve a service.
List the services.
Logger sets the underline logger.
NewRegistry returns a new default registry which is mdns.
Register a service node.
Secure communication with the registry.
Services is an option that preloads service data.
Specify TLS Config.
Watch returns a watcher which allows you to track updates to the registry.
Watch a service.

# Constants

Create is emitted when a new service is registered.
Delete is emitted when an existing service is deregsitered.
Update is emitted when an existing servicec is updated.

# Variables

Not found error when GetService is called.
Watcher stopped error when watcher is stopped.

# Structs

Event is registry event.
Result is returned by a call to Next on the watcher.

# Interfaces

The registry provides an interface for service discovery and an abstraction over varying implementations {consul, etcd, zookeeper, ...}.
Watcher is an interface that returns updates about services within the registry.

# Type aliases