triepb

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*BranchPb) GetBranches

func (m *BranchPb) GetBranches() []*BranchNodePb

func (*BranchPb) ProtoMessage

func (*BranchPb) ProtoMessage()

func (*BranchPb) Reset

func (m *BranchPb) Reset()

func (*BranchPb) String

func (m *BranchPb) String() string

func (*BranchPb) XXX_DiscardUnknown

func (m *BranchPb) XXX_DiscardUnknown()

func (*BranchPb) XXX_Marshal

func (m *BranchPb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BranchPb) XXX_Merge

func (m *BranchPb) XXX_Merge(src proto.Message)

func (*BranchPb) XXX_Size

func (m *BranchPb) XXX_Size() int

func (*BranchPb) XXX_Unmarshal

func (m *BranchPb) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*ExtendPb) GetPath

func (m *ExtendPb) GetPath() []byte

func (*ExtendPb) GetValue

func (m *ExtendPb) GetValue() []byte

func (*ExtendPb) ProtoMessage

func (*ExtendPb) ProtoMessage()

func (*ExtendPb) Reset

func (m *ExtendPb) Reset()

func (*ExtendPb) String

func (m *ExtendPb) String() string

func (*ExtendPb) XXX_DiscardUnknown

func (m *ExtendPb) XXX_DiscardUnknown()

func (*ExtendPb) XXX_Marshal

func (m *ExtendPb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExtendPb) XXX_Merge

func (m *ExtendPb) XXX_Merge(src proto.Message)

func (*ExtendPb) XXX_Size

func (m *ExtendPb) XXX_Size() int

func (*ExtendPb) XXX_Unmarshal

func (m *ExtendPb) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*LeafPb) GetExt

func (m *LeafPb) GetExt() uint32

func (*LeafPb) GetPath

func (m *LeafPb) GetPath() []byte

func (*LeafPb) GetValue

func (m *LeafPb) GetValue() []byte

func (*LeafPb) ProtoMessage

func (*LeafPb) ProtoMessage()

func (*LeafPb) Reset

func (m *LeafPb) Reset()

func (*LeafPb) String

func (m *LeafPb) String() string

func (*LeafPb) XXX_DiscardUnknown

func (m *LeafPb) XXX_DiscardUnknown()

func (*LeafPb) XXX_Marshal

func (m *LeafPb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LeafPb) XXX_Merge

func (m *LeafPb) XXX_Merge(src proto.Message)

func (*LeafPb) XXX_Size

func (m *LeafPb) XXX_Size() int

func (*LeafPb) XXX_Unmarshal

func (m *LeafPb) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*NodePb) GetBranch

func (m *NodePb) GetBranch() *BranchPb

func (*NodePb) GetExtend

func (m *NodePb) GetExtend() *ExtendPb

func (*NodePb) GetLeaf

func (m *NodePb) GetLeaf() *LeafPb

func (*NodePb) GetNode

func (m *NodePb) GetNode() isNodePb_Node

func (*NodePb) ProtoMessage

func (*NodePb) ProtoMessage()

func (*NodePb) Reset

func (m *NodePb) Reset()

func (*NodePb) String

func (m *NodePb) String() string

func (*NodePb) XXX_DiscardUnknown

func (m *NodePb) XXX_DiscardUnknown()

func (*NodePb) XXX_Marshal

func (m *NodePb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodePb) XXX_Merge

func (m *NodePb) XXX_Merge(src proto.Message)

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_Size

func (m *NodePb) XXX_Size() int

func (*NodePb) XXX_Unmarshal

func (m *NodePb) XXX_Unmarshal(b []byte) error

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL