package
3.0.1+incompatible
Repository: https://github.com/ajroetker/grid.git
Documentation: pkg.go.dev

# README

registry

The registry package is not meant for use outside of grid. Please consider this a private package.

# Functions

New Registry.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OpAllowReentrantRegistration will cause a registration to the same key to succeed if it is requested by the same registry, ie: host, address, process.

# Variables

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
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

# Structs

Registration information.
Registry for discovery.
WatchEvent triggred by a change in the registry.

# Interfaces

Logger hides the logging function Printf behind a simple interface so libraries such as logrus can be used.

# Type aliases

EventType of a watch event.
No description provided by the author