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

# Functions

New creates a new UpdateQueue.
NewFixed creates a new FixedQueue with resp list of updates enqueued for iterating through.
TypedValueOf returns the gNMI TypedValue of v.
ValueOf returns the concrete value of v.

# Structs

FixedQueue provides a strict delivery of provides updates.
UpdateQueue is a structure that orders a set of device updates by their timestamps and repeatedly generates new pseudo-random updates based on a set of device path configurations.

# Interfaces

Queue is a generic interface for getting the next element from either a FixedQueue or UpdateQueue.