Documentation ¶
Index ¶
- type BranchNodePb
- func (*BranchNodePb) Descriptor() ([]byte, []int)
- func (m *BranchNodePb) GetIndex() uint32
- func (m *BranchNodePb) GetPath() []byte
- func (*BranchNodePb) ProtoMessage()
- func (m *BranchNodePb) Reset()
- func (m *BranchNodePb) String() string
- func (m *BranchNodePb) XXX_DiscardUnknown()
- func (m *BranchNodePb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BranchNodePb) XXX_Merge(src proto.Message)
- func (m *BranchNodePb) XXX_Size() int
- func (m *BranchNodePb) XXX_Unmarshal(b []byte) error
- type BranchPb
- func (*BranchPb) Descriptor() ([]byte, []int)
- func (m *BranchPb) GetBranches() []*BranchNodePb
- func (*BranchPb) ProtoMessage()
- func (m *BranchPb) Reset()
- func (m *BranchPb) String() string
- func (m *BranchPb) XXX_DiscardUnknown()
- func (m *BranchPb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BranchPb) XXX_Merge(src proto.Message)
- func (m *BranchPb) XXX_Size() int
- func (m *BranchPb) XXX_Unmarshal(b []byte) error
- type ExtendPb
- func (*ExtendPb) Descriptor() ([]byte, []int)
- func (m *ExtendPb) GetPath() []byte
- func (m *ExtendPb) GetValue() []byte
- func (*ExtendPb) ProtoMessage()
- func (m *ExtendPb) Reset()
- func (m *ExtendPb) String() string
- func (m *ExtendPb) XXX_DiscardUnknown()
- func (m *ExtendPb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExtendPb) XXX_Merge(src proto.Message)
- func (m *ExtendPb) XXX_Size() int
- func (m *ExtendPb) XXX_Unmarshal(b []byte) error
- type LeafPb
- func (*LeafPb) Descriptor() ([]byte, []int)
- func (m *LeafPb) GetExt() uint32
- func (m *LeafPb) GetPath() []byte
- func (m *LeafPb) GetValue() []byte
- func (*LeafPb) ProtoMessage()
- func (m *LeafPb) Reset()
- func (m *LeafPb) String() string
- func (m *LeafPb) XXX_DiscardUnknown()
- func (m *LeafPb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeafPb) XXX_Merge(src proto.Message)
- func (m *LeafPb) XXX_Size() int
- func (m *LeafPb) XXX_Unmarshal(b []byte) error
- type NodePb
- func (*NodePb) Descriptor() ([]byte, []int)
- func (m *NodePb) GetBranch() *BranchPb
- func (m *NodePb) GetExtend() *ExtendPb
- func (m *NodePb) GetLeaf() *LeafPb
- func (m *NodePb) GetNode() isNodePb_Node
- func (*NodePb) ProtoMessage()
- func (m *NodePb) Reset()
- func (m *NodePb) String() string
- func (m *NodePb) XXX_DiscardUnknown()
- func (m *NodePb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodePb) XXX_Merge(src proto.Message)
- func (*NodePb) XXX_OneofWrappers() []interface{}
- func (m *NodePb) XXX_Size() int
- func (m *NodePb) XXX_Unmarshal(b []byte) error
- type NodePb_Branch
- type NodePb_Extend
- type NodePb_Leaf
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchNodePb ¶
type BranchNodePb struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Path []byte `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BranchNodePb) Descriptor ¶
func (*BranchNodePb) Descriptor() ([]byte, []int)
func (*BranchNodePb) GetIndex ¶
func (m *BranchNodePb) GetIndex() uint32
func (*BranchNodePb) GetPath ¶
func (m *BranchNodePb) GetPath() []byte
func (*BranchNodePb) ProtoMessage ¶
func (*BranchNodePb) ProtoMessage()
func (*BranchNodePb) Reset ¶
func (m *BranchNodePb) Reset()
func (*BranchNodePb) String ¶
func (m *BranchNodePb) String() string
func (*BranchNodePb) XXX_DiscardUnknown ¶
func (m *BranchNodePb) XXX_DiscardUnknown()
func (*BranchNodePb) XXX_Marshal ¶
func (m *BranchNodePb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BranchNodePb) XXX_Merge ¶
func (m *BranchNodePb) XXX_Merge(src proto.Message)
func (*BranchNodePb) XXX_Size ¶
func (m *BranchNodePb) XXX_Size() int
func (*BranchNodePb) XXX_Unmarshal ¶
func (m *BranchNodePb) XXX_Unmarshal(b []byte) error
type BranchPb ¶
type BranchPb struct { Branches []*BranchNodePb `protobuf:"bytes,1,rep,name=branches,proto3" json:"branches,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BranchPb) Descriptor ¶
func (*BranchPb) GetBranches ¶
func (m *BranchPb) GetBranches() []*BranchNodePb
func (*BranchPb) ProtoMessage ¶
func (*BranchPb) ProtoMessage()
func (*BranchPb) XXX_DiscardUnknown ¶
func (m *BranchPb) XXX_DiscardUnknown()
func (*BranchPb) XXX_Marshal ¶
func (*BranchPb) XXX_Unmarshal ¶
type ExtendPb ¶
type ExtendPb struct { Path []byte `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExtendPb) Descriptor ¶
func (*ExtendPb) ProtoMessage ¶
func (*ExtendPb) ProtoMessage()
func (*ExtendPb) XXX_DiscardUnknown ¶
func (m *ExtendPb) XXX_DiscardUnknown()
func (*ExtendPb) XXX_Marshal ¶
func (*ExtendPb) XXX_Unmarshal ¶
type LeafPb ¶
type LeafPb struct { Ext uint32 `protobuf:"varint,1,opt,name=ext,proto3" json:"ext,omitempty"` Path []byte `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LeafPb) Descriptor ¶
func (*LeafPb) ProtoMessage ¶
func (*LeafPb) ProtoMessage()
func (*LeafPb) XXX_DiscardUnknown ¶
func (m *LeafPb) XXX_DiscardUnknown()
func (*LeafPb) XXX_Marshal ¶
func (*LeafPb) XXX_Unmarshal ¶
type NodePb ¶
type NodePb struct { // Types that are valid to be assigned to Node: // *NodePb_Branch // *NodePb_Leaf // *NodePb_Extend Node isNodePb_Node `protobuf_oneof:"node"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NodePb) Descriptor ¶
func (*NodePb) ProtoMessage ¶
func (*NodePb) ProtoMessage()
func (*NodePb) XXX_DiscardUnknown ¶
func (m *NodePb) XXX_DiscardUnknown()
func (*NodePb) XXX_Marshal ¶
func (*NodePb) XXX_OneofWrappers ¶ added in v0.5.0
func (*NodePb) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*NodePb) XXX_Unmarshal ¶
type NodePb_Branch ¶
type NodePb_Branch struct {
Branch *BranchPb `protobuf:"bytes,2,opt,name=branch,proto3,oneof"`
}
type NodePb_Extend ¶
type NodePb_Extend struct {
Extend *ExtendPb `protobuf:"bytes,4,opt,name=extend,proto3,oneof"`
}
type NodePb_Leaf ¶
type NodePb_Leaf struct {
Leaf *LeafPb `protobuf:"bytes,3,opt,name=leaf,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.