package
Version:
v0.0.0-...-73e981c
Opens a new window with list of versions in this module.
Published: Dec 14, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Trie interface {
PrefixSearch(pre string, count int) []interface{}
AddValue(key string, value interface{})
GetAllValues() []interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.