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

# Packages

Package cache provides a registry cache.

# Functions

Addrs is the registry addresses to use.
Deregister a service node.
No description provided by the author
No description provided by the author
Retrieve a service.
No description provided by the author
List the services.
Logger sets the underline logger.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewRegistry returns a new default registry which is mdns.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Register a service node.
No description provided by the author
No description provided by the author
Secure communication with the registry.
Services is an option that preloads service data.
No description provided by the author
No description provided by the author
Specify TLS Config.
Watch returns a watcher which allows you to track updates to the registry.
No description provided by the author
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

No description provided by the author
No description provided by the author
No description provided by the author
Not found error when GetService is called.
Watcher stopped error when watcher is stopped.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
DiConfig is marker that DiFlags has been parsed into Config.
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
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

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

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