Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protocol_hello_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Req1 ¶
type Req1 struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Word string `protobuf:"bytes,2,opt,name=word,proto3" json:"word,omitempty"` // contains filtered or unexported fields }
func (*Req1) Descriptor
deprecated
func (*Req1) ProtoMessage ¶
func (*Req1) ProtoMessage()
func (*Req1) ProtoReflect ¶
func (x *Req1) ProtoReflect() protoreflect.Message
type Resp1 ¶
type Resp1 struct { Word string `protobuf:"bytes,1,opt,name=word,proto3" json:"word,omitempty"` // contains filtered or unexported fields }
func (*Resp1) Descriptor
deprecated
func (*Resp1) ProtoMessage ¶
func (*Resp1) ProtoMessage()
func (*Resp1) ProtoReflect ¶
func (x *Resp1) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.