Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_somepackage_somepackage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SomeCustomMsg1 ¶
type SomeCustomMsg1 struct { Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"` // contains filtered or unexported fields }
func (*SomeCustomMsg1) Descriptor
deprecated
func (*SomeCustomMsg1) Descriptor() ([]byte, []int)
Deprecated: Use SomeCustomMsg1.ProtoReflect.Descriptor instead.
func (*SomeCustomMsg1) GetVal ¶
func (x *SomeCustomMsg1) GetVal() string
func (*SomeCustomMsg1) ProtoMessage ¶
func (*SomeCustomMsg1) ProtoMessage()
func (*SomeCustomMsg1) ProtoReflect ¶
func (x *SomeCustomMsg1) ProtoReflect() protoreflect.Message
func (*SomeCustomMsg1) Reset ¶
func (x *SomeCustomMsg1) Reset()
func (*SomeCustomMsg1) String ¶
func (x *SomeCustomMsg1) String() string
type SomeCustomMsg2 ¶
type SomeCustomMsg2 struct { Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"` // contains filtered or unexported fields }
func (*SomeCustomMsg2) Descriptor
deprecated
func (*SomeCustomMsg2) Descriptor() ([]byte, []int)
Deprecated: Use SomeCustomMsg2.ProtoReflect.Descriptor instead.
func (*SomeCustomMsg2) GetVal ¶
func (x *SomeCustomMsg2) GetVal() string
func (*SomeCustomMsg2) ProtoMessage ¶
func (*SomeCustomMsg2) ProtoMessage()
func (*SomeCustomMsg2) ProtoReflect ¶
func (x *SomeCustomMsg2) ProtoReflect() protoreflect.Message
func (*SomeCustomMsg2) Reset ¶
func (x *SomeCustomMsg2) Reset()
func (*SomeCustomMsg2) String ¶
func (x *SomeCustomMsg2) String() string
Click to show internal directories.
Click to hide internal directories.