Documentation ¶
Index ¶
- Variables
- func RegisterDefaultcmdsrvServer(s *grpc.Server, srv DefaultcmdsrvServer)
- func RegisterStringopsrvServer(s *grpc.Server, srv StringopsrvServer)
- type DefaultRequest
- type DefaultRequestIDMsg
- func (*DefaultRequestIDMsg) Descriptor() ([]byte, []int)deprecated
- func (x *DefaultRequestIDMsg) GetMessage() string
- func (x *DefaultRequestIDMsg) GetReqid() int32
- func (*DefaultRequestIDMsg) ProtoMessage()
- func (x *DefaultRequestIDMsg) ProtoReflect() protoreflect.Message
- func (x *DefaultRequestIDMsg) Reset()
- func (x *DefaultRequestIDMsg) String() string
- type DefaultRequestMsg
- type DefaultResp
- type DefaultcmdsrvClient
- type DefaultcmdsrvServer
- type StringOP
- type StringopsrvClient
- type StringopsrvServer
- type UnimplementedDefaultcmdsrvServer
- type UnimplementedStringopsrvServer
Constants ¶
This section is empty.
Variables ¶
var File_default_proto protoreflect.FileDescriptor
var File_defaultcmd_proto protoreflect.FileDescriptor
var File_stringop_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDefaultcmdsrvServer ¶
func RegisterDefaultcmdsrvServer(s *grpc.Server, srv DefaultcmdsrvServer)
func RegisterStringopsrvServer ¶
func RegisterStringopsrvServer(s *grpc.Server, srv StringopsrvServer)
Types ¶
type DefaultRequest ¶
type DefaultRequest struct { Reqid int32 `protobuf:"varint,1,opt,name=reqid,proto3" json:"reqid,omitempty"` // contains filtered or unexported fields }
func (*DefaultRequest) Descriptor
deprecated
func (*DefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use DefaultRequest.ProtoReflect.Descriptor instead.
func (*DefaultRequest) GetReqid ¶
func (x *DefaultRequest) GetReqid() int32
func (*DefaultRequest) ProtoMessage ¶
func (*DefaultRequest) ProtoMessage()
func (*DefaultRequest) ProtoReflect ¶
func (x *DefaultRequest) ProtoReflect() protoreflect.Message
func (*DefaultRequest) Reset ¶
func (x *DefaultRequest) Reset()
func (*DefaultRequest) String ¶
func (x *DefaultRequest) String() string
type DefaultRequestIDMsg ¶
type DefaultRequestIDMsg struct { Reqid int32 `protobuf:"varint,1,opt,name=reqid,proto3" json:"reqid,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*DefaultRequestIDMsg) Descriptor
deprecated
func (*DefaultRequestIDMsg) Descriptor() ([]byte, []int)
Deprecated: Use DefaultRequestIDMsg.ProtoReflect.Descriptor instead.
func (*DefaultRequestIDMsg) GetMessage ¶
func (x *DefaultRequestIDMsg) GetMessage() string
func (*DefaultRequestIDMsg) GetReqid ¶
func (x *DefaultRequestIDMsg) GetReqid() int32
func (*DefaultRequestIDMsg) ProtoMessage ¶
func (*DefaultRequestIDMsg) ProtoMessage()
func (*DefaultRequestIDMsg) ProtoReflect ¶
func (x *DefaultRequestIDMsg) ProtoReflect() protoreflect.Message
func (*DefaultRequestIDMsg) Reset ¶
func (x *DefaultRequestIDMsg) Reset()
func (*DefaultRequestIDMsg) String ¶
func (x *DefaultRequestIDMsg) String() string
type DefaultRequestMsg ¶
type DefaultRequestMsg struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*DefaultRequestMsg) Descriptor
deprecated
func (*DefaultRequestMsg) Descriptor() ([]byte, []int)
Deprecated: Use DefaultRequestMsg.ProtoReflect.Descriptor instead.
func (*DefaultRequestMsg) GetMessage ¶
func (x *DefaultRequestMsg) GetMessage() string
func (*DefaultRequestMsg) ProtoMessage ¶
func (*DefaultRequestMsg) ProtoMessage()
func (*DefaultRequestMsg) ProtoReflect ¶
func (x *DefaultRequestMsg) ProtoReflect() protoreflect.Message
func (*DefaultRequestMsg) Reset ¶
func (x *DefaultRequestMsg) Reset()
func (*DefaultRequestMsg) String ¶
func (x *DefaultRequestMsg) String() string
type DefaultResp ¶
type DefaultResp struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*DefaultResp) Descriptor
deprecated
func (*DefaultResp) Descriptor() ([]byte, []int)
Deprecated: Use DefaultResp.ProtoReflect.Descriptor instead.
func (*DefaultResp) GetMessage ¶
func (x *DefaultResp) GetMessage() string
func (*DefaultResp) ProtoMessage ¶
func (*DefaultResp) ProtoMessage()
func (*DefaultResp) ProtoReflect ¶
func (x *DefaultResp) ProtoReflect() protoreflect.Message
func (*DefaultResp) Reset ¶
func (x *DefaultResp) Reset()
func (*DefaultResp) String ¶
func (x *DefaultResp) String() string
type DefaultcmdsrvClient ¶
type DefaultcmdsrvClient interface {
DefaultCmdDo(ctx context.Context, in *DefaultRequest, opts ...grpc.CallOption) (*DefaultResp, error)
}
DefaultcmdsrvClient is the client API for Defaultcmdsrv service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDefaultcmdsrvClient ¶
func NewDefaultcmdsrvClient(cc grpc.ClientConnInterface) DefaultcmdsrvClient
type DefaultcmdsrvServer ¶
type DefaultcmdsrvServer interface {
DefaultCmdDo(context.Context, *DefaultRequest) (*DefaultResp, error)
}
DefaultcmdsrvServer is the server API for Defaultcmdsrv service.
type StringOP ¶
type StringOP struct { Op int32 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"` Param string `protobuf:"bytes,2,opt,name=param,proto3" json:"param,omitempty"` // contains filtered or unexported fields }
func (*StringOP) Descriptor
deprecated
func (*StringOP) ProtoMessage ¶
func (*StringOP) ProtoMessage()
func (*StringOP) ProtoReflect ¶
func (x *StringOP) ProtoReflect() protoreflect.Message
type StringopsrvClient ¶
type StringopsrvClient interface {
StringOpDo(ctx context.Context, in *StringOP, opts ...grpc.CallOption) (*DefaultResp, error)
}
StringopsrvClient is the client API for Stringopsrv service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewStringopsrvClient ¶
func NewStringopsrvClient(cc grpc.ClientConnInterface) StringopsrvClient
type StringopsrvServer ¶
type StringopsrvServer interface {
StringOpDo(context.Context, *StringOP) (*DefaultResp, error)
}
StringopsrvServer is the server API for Stringopsrv service.
type UnimplementedDefaultcmdsrvServer ¶
type UnimplementedDefaultcmdsrvServer struct { }
UnimplementedDefaultcmdsrvServer can be embedded to have forward compatible implementations.
func (*UnimplementedDefaultcmdsrvServer) DefaultCmdDo ¶
func (*UnimplementedDefaultcmdsrvServer) DefaultCmdDo(context.Context, *DefaultRequest) (*DefaultResp, error)
type UnimplementedStringopsrvServer ¶
type UnimplementedStringopsrvServer struct { }
UnimplementedStringopsrvServer can be embedded to have forward compatible implementations.
func (*UnimplementedStringopsrvServer) StringOpDo ¶
func (*UnimplementedStringopsrvServer) StringOpDo(context.Context, *StringOP) (*DefaultResp, error)