Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_prototest_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Greeting ¶
type Greeting struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Priority int32 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
func (*Greeting) Descriptor
deprecated
func (*Greeting) GetMessage ¶
func (*Greeting) GetPriority ¶
func (*Greeting) ProtoMessage ¶
func (*Greeting) ProtoMessage()
func (*Greeting) ProtoReflect ¶
func (x *Greeting) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.