cmdpb

package
v0.0.0-...-64eff32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2020 License: GPL-2.0, Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_default_proto protoreflect.FileDescriptor
View Source
var File_defaultcmd_proto protoreflect.FileDescriptor
View Source
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.

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) Descriptor() ([]byte, []int)

Deprecated: Use StringOP.ProtoReflect.Descriptor instead.

func (*StringOP) GetOp

func (x *StringOP) GetOp() int32

func (*StringOP) GetParam

func (x *StringOP) GetParam() string

func (*StringOP) ProtoMessage

func (*StringOP) ProtoMessage()

func (*StringOP) ProtoReflect

func (x *StringOP) ProtoReflect() protoreflect.Message

func (*StringOP) Reset

func (x *StringOP) Reset()

func (*StringOP) String

func (x *StringOP) String() string

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.

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

type UnimplementedStringopsrvServer

type UnimplementedStringopsrvServer struct {
}

UnimplementedStringopsrvServer can be embedded to have forward compatible implementations.

func (*UnimplementedStringopsrvServer) StringOpDo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL