Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_echo_echo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Req ¶
type Req struct {
Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
Error bool `protobuf:"varint,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*Req) Descriptor
deprecated
func (*Req) GetPayload ¶
func (*Req) ProtoMessage ¶
func (*Req) ProtoMessage()
func (*Req) ProtoReflect ¶
func (x *Req) ProtoReflect() protoreflect.Message
type Resp ¶
type Resp struct {
Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
// contains filtered or unexported fields
}
func (*Resp) Descriptor
deprecated
func (*Resp) GetPayload ¶
func (*Resp) ProtoMessage ¶
func (*Resp) ProtoMessage()
func (*Resp) ProtoReflect ¶
func (x *Resp) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.