MSG_Rpc

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: May 21, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package MSG_Rpc is a generated protocol buffer package.

It is generated from these files:

MSG_Rpc.proto

It has these top-level messages:

CS_Rpc_Req

Index

Constants

This section is empty.

Variables

View Source
var ErrorCode_name = map[int32]string{
	0: "Invalid",
	1: "Success",
	2: "Fail",
}
View Source
var ErrorCode_value = map[string]int32{
	"Invalid": 0,
	"Success": 1,
	"Fail":    2,
}
View Source
var SUBMSG_name = map[int32]string{
	0: "Begin",
	1: "CS_Rpc",
	2: "SC_Rpc",
}
View Source
var SUBMSG_value = map[string]int32{
	"Begin":  0,
	"CS_Rpc": 1,
	"SC_Rpc": 2,
}

Functions

This section is empty.

Types

type CS_Rpc_Req

type CS_Rpc_Req struct {
	Rpcmodule string `protobuf:"bytes,1,opt,name=rpcmodule" json:"rpcmodule,omitempty"`
	Rpcfunc   string `protobuf:"bytes,2,opt,name=rpcfunc" json:"rpcfunc,omitempty"`
	Data      []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}

func (*CS_Rpc_Req) Descriptor

func (*CS_Rpc_Req) Descriptor() ([]byte, []int)

func (*CS_Rpc_Req) ProtoMessage

func (*CS_Rpc_Req) ProtoMessage()

func (*CS_Rpc_Req) Reset

func (m *CS_Rpc_Req) Reset()

func (*CS_Rpc_Req) String

func (m *CS_Rpc_Req) String() string

type ErrorCode

type ErrorCode int32
const (
	ErrorCode_Invalid ErrorCode = 0
	ErrorCode_Success ErrorCode = 1
	ErrorCode_Fail    ErrorCode = 2
)

func (ErrorCode) EnumDescriptor

func (ErrorCode) EnumDescriptor() ([]byte, []int)

func (ErrorCode) String

func (x ErrorCode) String() string

type SUBMSG

type SUBMSG int32

add by stefanchen server

const (
	SUBMSG_Begin  SUBMSG = 0
	SUBMSG_CS_Rpc SUBMSG = 1
	SUBMSG_SC_Rpc SUBMSG = 2
)

func (SUBMSG) EnumDescriptor

func (SUBMSG) EnumDescriptor() ([]byte, []int)

func (SUBMSG) String

func (x SUBMSG) String() string

Jump to

Keyboard shortcuts

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