Versions in this module Expand all Collapse all v4 v4.1.0 Nov 24, 2020 v4.0.1 Nov 20, 2020 Changes in this version + const MWC + const SWC + var ErrTopicNotFound = errors.New("Topic not found") + type Node struct + Buf []byte + Children map[string]*Node + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Node) Descriptor() ([]byte, []int) + func (*Node) ProtoMessage() + func (m *Node) GetBuf() []byte + func (m *Node) GetChildren() map[string]*Node + func (m *Node) Reset() + func (m *Node) String() string + func (m *Node) XXX_DiscardUnknown() + func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Node) XXX_Merge(src proto.Message) + func (m *Node) XXX_Size() int + func (m *Node) XXX_Unmarshal(b []byte) error + type NodeIterator func([]byte) + type Store interface + Count func() int + Dump func() ([]byte, error) + Insert func(topic []byte, payload []byte) (bool, error) + Iterate func(f NodeIterator) + Load func([]byte) error + Match func(topic []byte, msg *[][]byte) error + Remove func(topic []byte) error + func NewTree() Store Other modules containing this package github.com/vx-labs/wasp