package
0.4.1
Repository: https://github.com/bigcommerce/nomad.git
Documentation: pkg.go.dev

# Functions

NewRPCProxy is the only way to safely create a new RPCProxy.
NewServerEndpoint creates a new Server instance with a resolvable endpoint.

# Structs

EndpointKey is used in maps and for equality tests.
RPCProxy is the manager type responsible for returning and managing Nomad addresses.
ServerEndpoint contains the address information for to connect to a Nomad server.

# Interfaces

NomadConfigInfo is an interface wrapper around this Nomad Agent's configuration to prevents a cyclic import dependency.
Pinger is an interface wrapping client.ConnPool to prevent a cyclic import dependency.