//
pkg.gl
Category
github.com/pydio/minio-srv
pkg
trie
package
0.0.0-20211105144125-e9b145e8b5d4
Repository:
https://github.com/pydio/minio-srv.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
81 SLOC
#
Functions
NewTrie
NewTrie create a new trie.
#
Structs
Node
Node trie tree node container carries value and children.
Trie
Trie is a trie container.