Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { PathFragment // Greedy makes the node match all remnaining path elements as well Greedy bool // contains filtered or unexported fields }
type PathFragment ¶
PathFragment Interface for tree leaves to help resolve paths
type Simplifier ¶
Simplifier knows how to simplify a path
func NewSimplifier ¶
func NewSimplifier(tree Node) Simplifier
NewSimplifier builds a new simplifier for the tree
Click to show internal directories.
Click to hide internal directories.