var File_github_com_containerd_ttrpc_test_proto protoreflect.FileDescriptor
type EchoPayload struct { Seq int64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*EchoPayload) Descriptor() ([]byte, []int)
Deprecated: Use EchoPayload.ProtoReflect.Descriptor instead.
func (x *EchoPayload) GetMsg() string
func (x *EchoPayload) GetSeq() int64
func (*EchoPayload) ProtoMessage()
func (x *EchoPayload) ProtoReflect() protoreflect.Message
func (x *EchoPayload) Reset()
func (x *EchoPayload) String() string
type TestPayload struct { Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` Deadline int64 `protobuf:"varint,2,opt,name=deadline,proto3" json:"deadline,omitempty"` Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*TestPayload) Descriptor() ([]byte, []int)
Deprecated: Use TestPayload.ProtoReflect.Descriptor instead.
func (x *TestPayload) GetDeadline() int64
func (x *TestPayload) GetFoo() string
func (x *TestPayload) GetMetadata() string
func (*TestPayload) ProtoMessage()
func (x *TestPayload) ProtoReflect() protoreflect.Message
func (x *TestPayload) Reset()
func (x *TestPayload) String() string