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

# Packages

Package cache provides a registry cache.
No description provided by the author
No description provided by the author
Package mdns provides a multicast dns registry.
Package memory provides an in-memory registry.
Package noop is a registry which does nothing.
No description provided by the author
No description provided by the author

# Functions

Addrs is the registry addresses to use.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetService from the registry.
No description provided by the author
No description provided by the author
ListServices in the registry.
No description provided by the author
No description provided by the author
No description provided by the author
Secure communication with the registry.
No description provided by the author
Specify TLS Config.
Watch the registry for updates.
No description provided by the author
No description provided by the author
Watch a service.

# Constants

Create is emitted when a new service is registered.
DefaultDomain to use if none was provided in options.
Delete is emitted when an existing service is deregistered.
Update is emitted when an existing service is updated.
WildcardDomain indicates any domain.

# Variables

DefaultRegistry implementation.
ErrNotFound error when GetService is called.
ErrWatcherStopped error when watcher is stopped.

# Structs

No description provided by the author
No description provided by the author
Event is registry event.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result is returned by a call to Next on the watcher.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

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

No description provided by the author
EventType defines registry event type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author