Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tree ¶
type Tree struct {
// contains filtered or unexported fields
}
func (*Tree) Get ¶
Get returns the Tree node if path points to it, nil otherwise. All nodes in path must be fully specified with no globbing (*).
func (*Tree) GetLeafValue ¶
GetLeafValue returns the leaf value if path points to a leaf in t, nil otherwise. All nodes in path must be fully specified with no globbing (*).
Click to show internal directories.
Click to hide internal directories.