Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_ping_v1_resources_ping_resource_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PingReq ¶
type PingReq struct { // message 请求消息 Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
PingReq ping请求
ping请求
func (*PingReq) Descriptor
deprecated
func (*PingReq) GetMessage ¶
func (*PingReq) ProtoMessage ¶
func (*PingReq) ProtoMessage()
func (*PingReq) ProtoReflect ¶
func (x *PingReq) ProtoReflect() protoreflect.Message
type PingResp ¶
type PingResp struct { // message 响应消息 Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
PingResp ping响应
ping响应
func (*PingResp) Descriptor
deprecated
func (*PingResp) GetMessage ¶
func (*PingResp) ProtoMessage ¶
func (*PingResp) ProtoMessage()
func (*PingResp) ProtoReflect ¶
func (x *PingResp) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.