Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_xsvm_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PingReply ¶
type PingReply struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*PingReply) Descriptor
deprecated
func (*PingReply) GetMessage ¶
func (*PingReply) ProtoMessage ¶
func (*PingReply) ProtoMessage()
func (*PingReply) ProtoReflect ¶
func (x *PingReply) ProtoReflect() protoreflect.Message
type PingRequest ¶
type PingRequest struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) GetMessage ¶
func (x *PingRequest) GetMessage() 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 StreamPingReply ¶
type StreamPingReply struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*StreamPingReply) Descriptor
deprecated
func (*StreamPingReply) Descriptor() ([]byte, []int)
Deprecated: Use StreamPingReply.ProtoReflect.Descriptor instead.
func (*StreamPingReply) GetMessage ¶
func (x *StreamPingReply) GetMessage() string
func (*StreamPingReply) ProtoMessage ¶
func (*StreamPingReply) ProtoMessage()
func (*StreamPingReply) ProtoReflect ¶
func (x *StreamPingReply) ProtoReflect() protoreflect.Message
func (*StreamPingReply) Reset ¶
func (x *StreamPingReply) Reset()
func (*StreamPingReply) String ¶
func (x *StreamPingReply) String() string
type StreamPingRequest ¶
type StreamPingRequest struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*StreamPingRequest) Descriptor
deprecated
func (*StreamPingRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamPingRequest.ProtoReflect.Descriptor instead.
func (*StreamPingRequest) GetMessage ¶
func (x *StreamPingRequest) GetMessage() string
func (*StreamPingRequest) ProtoMessage ¶
func (*StreamPingRequest) ProtoMessage()
func (*StreamPingRequest) ProtoReflect ¶
func (x *StreamPingRequest) ProtoReflect() protoreflect.Message
func (*StreamPingRequest) Reset ¶
func (x *StreamPingRequest) Reset()
func (*StreamPingRequest) String ¶
func (x *StreamPingRequest) String() string
Click to show internal directories.
Click to hide internal directories.