//
pkg.gl
Category
github.com/d-buchmann/gopass
internal
tree
package
1.12.9
Repository:
https://github.com/d-buchmann/gopass.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
331 SLOC
#
Functions
New
New creates a new tree.
NewTree
NewTree creates a new tree.
#
Constants
INF
INF allows to have a full recursion until the leaves of a tree.
#
Structs
Node
Node is a tree node.
Root
Root is the root of a tree.
Tree
Tree is a tree.
#
Type aliases
Nodes
Nodes is a slice of nodes which can be sorted.