package
0.0.0-20210226143612-aed1ee41fd31
Repository: https://github.com/opennetworkinglab/gnmi.git
Documentation: pkg.go.dev

# Functions

NewManager returns a new target Manager.

# Constants

Address is deprecated, proxies should support multiple addresses via the Addresses metadata key.
gRPC metadata keys.
AddrSeparator delimits the chain of addresses used to connect to a target.
gRPC metadata keys.
gRPC metadata keys.
gRPC metadata keys.

# Variables

ErrPending indicates a pending subscription attempt for the target exists.
RetryBaseDelay is the initial retry interval for target connections.
RetryMaxDelay caps the retry interval for target connections.
RetryRandomization is the randomization factor applied to the retry interval.

# Structs

Config is used by Manager to handle updates.
Manager provides functionality for making gNMI subscriptions to targets and handling updates.

# Interfaces

ConnectionManager defines a function to create a *grpc.ClientConn along with a done function that will be called when the returned connection handle is unused.
CredentialsClient is an interface for credentials lookup.