package
1.14.4
Repository: https://github.com/kpitt/gopass.git
Documentation: pkg.go.dev

# Functions

New creates a new tree.
NewTree creates a new tree.

# Constants

INF allows to have a full recursion until the leaves of a tree.

# Variables

ErrNodePresent is returned when a node with the same name is already present.
ErrNotFound is returned when a node is not found.

# Structs

Node is a tree node.
Root is the root of a tree.
Tree is a tree.

# Type aliases

Nodes is a slice of nodes which can be sorted.