Documentation ¶
Overview ¶
Package internal contains protos used internally in tests.
Index ¶
- Variables
- type Container
- func (*Container) Descriptor() ([]byte, []int)deprecated
- func (x *Container) GetLeaf() *Leaf
- func (x *Container) GetLeafRep() []*Leaf
- func (x *Container) GetMapping() map[string]*Leaf
- func (*Container) ProtoMessage()
- func (x *Container) ProtoReflect() protoreflect.Message
- func (x *Container) Reset()
- func (x *Container) String() string
- type Leaf
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_common_proto_textpb_internal_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Leaf *Leaf `protobuf:"bytes,1,opt,name=leaf,proto3" json:"leaf,omitempty"` LeafRep []*Leaf `protobuf:"bytes,2,rep,name=leaf_rep,json=leafRep,proto3" json:"leaf_rep,omitempty"` Mapping map[string]*Leaf `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Container) Descriptor
deprecated
func (*Container) GetLeafRep ¶
func (*Container) GetMapping ¶
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
func (*Container) ProtoReflect ¶
func (x *Container) ProtoReflect() protoreflect.Message
type Leaf ¶
type Leaf struct { Str string `protobuf:"bytes,1,opt,name=str,proto3" json:"str,omitempty"` Json string `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"` JsonRep []string `protobuf:"bytes,3,rep,name=json_rep,json=jsonRep,proto3" json:"json_rep,omitempty"` // contains filtered or unexported fields }
func (*Leaf) Descriptor
deprecated
func (*Leaf) GetJsonRep ¶
func (*Leaf) ProtoMessage ¶
func (*Leaf) ProtoMessage()
func (*Leaf) ProtoReflect ¶
func (x *Leaf) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.