Documentation ¶
Overview ¶
Package trie contains a trie implementation for selectors and dotted paths.
WARNING: this package is primarily intended for internal use by the generated gateway code. In order to improve efficiency of the utilities in this package, unsafe approaches such as taking a string pointer, is used which can lead to panics if not used in a specific way.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) HasCommonPrefixString ¶
Click to show internal directories.
Click to hide internal directories.