Versions in this module Expand all Collapse all v3 v3.2111.29 Nov 29, 2021 Changes in this version + type Trie struct + func NewTrie() *Trie + func (t *Trie) Add(prefix []byte, id uint64) + func (t *Trie) AddMatch(m pb.Match, id uint64) error + func (t *Trie) Delete(prefix []byte, id uint64) error + func (t *Trie) DeleteMatch(m pb.Match, id uint64) error + func (t *Trie) Get(key []byte) map[uint64]struct{}