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