Documentation ¶
Overview ¶
Package triepb is a generated protocol buffer package.
It is generated from these files:
trie.proto
It has these top-level messages:
Child Node
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Child ¶
type Child struct { Type uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` Val []byte `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"` }
func (*Child) Descriptor ¶
func (*Child) ProtoMessage ¶
func (*Child) ProtoMessage()
type Node ¶
type Node struct {
Children []*Child `protobuf:"bytes,1,rep,name=children" json:"children,omitempty"`
}
func (*Node) Descriptor ¶
func (*Node) GetChildren ¶
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.