Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trie ¶
type Trie[k any] struct { // contains filtered or unexported fields }
Trie represents a prefix tree for efficient route matching
func (*Trie[k]) FindLongestMatch ¶
FindLongestMatch finds the route with the longest matching prefix
Click to show internal directories.
Click to hide internal directories.