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

# Functions

NewIntMap will wrap the pointer to the map in a IntMap and set the underlying map to val.
NewStringList will wrap the pointer to the slice in a StringList and set the underlying slice to val.
NewStringMap will wrap the pointer to the map in a StringMap and set the underlying map to val.

# Type aliases

IntMap is a map[string]int64 container for command line flags.
StringList is a []string container for command line flags.
StringMap is a map[string]string container for command line flags.