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