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
}
Tree is a hierarchical representation of the directory contents
func (Tree) LevelChildItems ¶ added in v0.4.2
LevelChildItems gives us a list of child items for the [parent] node located on the given level ID and on the given path
func (Tree) LevelChildNames ¶ added in v0.4.2
LevelChildNames gives us a list of child names for the [parent] node located on the given level ID and on the given path
func (Tree) LevelCount ¶
LevelCount gives us the number of hierarchical levels inside the tree
Click to show internal directories.
Click to hide internal directories.