# Functions
No description provided by the author
NewRegisterMonitor initializes a RegisterMonitor.
# Constants
RegisterReconcilePeriod is how often the monitor will attempt to reconcile the expected service state with the remote Consul server.
RegisterTTLPeriod is the TTL setting for the health check of the service.
# Structs
RegisterMonitor registers the proxy with the local Consul agent with a TTL health check that is kept alive.
# Type aliases
FlagUpstreams implements the flag.Value interface and allows specifying the -upstream flag multiple times and keeping track of the name of the upstream and the local port.