//
pkg.gl
Category
github.com/opennetworkinglab/gnmi
ctree
package
0.0.0-20210226143612-aed1ee41fd31
Repository:
https://github.com/opennetworkinglab/gnmi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
338 SLOC
#
Functions
DetachedLeaf
DetachedLeaf returns a Leaf that's not attached to any tree.
#
Structs
Tree
Tree is a thread-safe container.
#
Type aliases
Leaf
Leaf is a Tree node that represents a leaf.
VisitFunc
VisitFunc is a callback func triggered on leaf values by Query and Walk.