Documentation ¶
Overview ¶
Package trie implements a simple trie tree for minio server/tools borrows idea from - https://godoc.org/golang.org/x/text/internal/triegen.
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
}
Node trie tree node container carries value and children.
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
Trie is a trie container.
func (*Trie) PrefixMatch ¶
PrefixMatch - prefix match.
Click to show internal directories.
Click to hide internal directories.