Documentation
¶
Index ¶
- Variables
- type PingRequest
- type PongResponse
- func (*PongResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PongResponse) GetText() string
- func (x *PongResponse) GetTimestamp() int64
- func (*PongResponse) ProtoMessage()
- func (x *PongResponse) ProtoReflect() protoreflect.Message
- func (x *PongResponse) Reset()
- func (x *PongResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ping_v1_ping_proto protoreflect.FileDescriptor
View Source
var File_ping_v1_ping_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PingRequest ¶
type PingRequest struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) GetText ¶
func (x *PingRequest) GetText() string
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PongResponse ¶
type PongResponse struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*PongResponse) Descriptor
deprecated
func (*PongResponse) Descriptor() ([]byte, []int)
Deprecated: Use PongResponse.ProtoReflect.Descriptor instead.
func (*PongResponse) GetText ¶
func (x *PongResponse) GetText() string
func (*PongResponse) GetTimestamp ¶
func (x *PongResponse) GetTimestamp() int64
func (*PongResponse) ProtoMessage ¶
func (*PongResponse) ProtoMessage()
func (*PongResponse) ProtoReflect ¶
func (x *PongResponse) ProtoReflect() protoreflect.Message
func (*PongResponse) Reset ¶
func (x *PongResponse) Reset()
func (*PongResponse) String ¶
func (x *PongResponse) String() string
Click to show internal directories.
Click to hide internal directories.