代码拉取完成,页面将自动刷新
// Code generated by protoc-gen-go.
// source: MSG_Server.proto
// DO NOT EDIT!
/*
Package MSG_Server is a generated protocol buffer package.
It is generated from these files:
MSG_Server.proto
It has these top-level messages:
CS_ServerRegister_Req
SC_ServerRegister_Rsp
*/
package MSG_Server
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
// add by stefanchen
// server
type SUBMSG int32
const (
SUBMSG_Begin SUBMSG = 0
SUBMSG_CS_ServerRegister SUBMSG = 1
SUBMSG_SC_ServerRegister SUBMSG = 2
)
var SUBMSG_name = map[int32]string{
0: "Begin",
1: "CS_ServerRegister",
2: "SC_ServerRegister",
}
var SUBMSG_value = map[string]int32{
"Begin": 0,
"CS_ServerRegister": 1,
"SC_ServerRegister": 2,
}
func (x SUBMSG) String() string {
return proto.EnumName(SUBMSG_name, int32(x))
}
func (SUBMSG) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
type ErrorCode int32
const (
ErrorCode_Invalid ErrorCode = 0
ErrorCode_Success ErrorCode = 1
ErrorCode_Fail ErrorCode = 2
)
var ErrorCode_name = map[int32]string{
0: "Invalid",
1: "Success",
2: "Fail",
}
var ErrorCode_value = map[string]int32{
"Invalid": 0,
"Success": 1,
"Fail": 2,
}
func (x ErrorCode) String() string {
return proto.EnumName(ErrorCode_name, int32(x))
}
func (ErrorCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
// CS_ServerRegister
type CS_ServerRegister_Req struct {
ServerType int32 `protobuf:"varint,1,opt,name=ServerType" json:"ServerType,omitempty"`
Msgs []uint32 `protobuf:"varint,2,rep,name=Msgs" json:"Msgs,omitempty"`
}
func (m *CS_ServerRegister_Req) Reset() { *m = CS_ServerRegister_Req{} }
func (m *CS_ServerRegister_Req) String() string { return proto.CompactTextString(m) }
func (*CS_ServerRegister_Req) ProtoMessage() {}
func (*CS_ServerRegister_Req) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
// SC_ServerRegister
type SC_ServerRegister_Rsp struct {
Ret ErrorCode `protobuf:"varint,1,opt,name=Ret,enum=MSG_Server.ErrorCode" json:"Ret,omitempty"`
Identify string `protobuf:"bytes,2,opt,name=Identify" json:"Identify,omitempty"`
}
func (m *SC_ServerRegister_Rsp) Reset() { *m = SC_ServerRegister_Rsp{} }
func (m *SC_ServerRegister_Rsp) String() string { return proto.CompactTextString(m) }
func (*SC_ServerRegister_Rsp) ProtoMessage() {}
func (*SC_ServerRegister_Rsp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
func init() {
proto.RegisterType((*CS_ServerRegister_Req)(nil), "MSG_Server.CS_ServerRegister_Req")
proto.RegisterType((*SC_ServerRegister_Rsp)(nil), "MSG_Server.SC_ServerRegister_Rsp")
proto.RegisterEnum("MSG_Server.SUBMSG", SUBMSG_name, SUBMSG_value)
proto.RegisterEnum("MSG_Server.ErrorCode", ErrorCode_name, ErrorCode_value)
}
func init() { proto.RegisterFile("MSG_Server.proto", fileDescriptor0) }
var fileDescriptor0 = []byte{
// 238 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x64, 0x90, 0x4d, 0x4b, 0xc3, 0x40,
0x10, 0x86, 0xbb, 0xdb, 0x0f, 0x9b, 0x11, 0x65, 0x1d, 0x58, 0x08, 0x1e, 0x24, 0xf4, 0x62, 0xe8,
0xa1, 0x82, 0xfe, 0x02, 0x1b, 0xb4, 0x14, 0xc9, 0x65, 0x57, 0x6f, 0x42, 0xa9, 0xcd, 0x18, 0x16,
0x4a, 0x36, 0xee, 0xae, 0x85, 0xfe, 0x7b, 0x49, 0x94, 0x1a, 0xc8, 0x6d, 0xde, 0x87, 0xe1, 0x9d,
0x87, 0x01, 0x91, 0xeb, 0xd5, 0x46, 0x93, 0x3b, 0x90, 0x5b, 0xd4, 0xce, 0x06, 0x8b, 0xf0, 0x4f,
0x66, 0x2f, 0x20, 0x33, 0xfd, 0x17, 0x14, 0x95, 0xc6, 0x07, 0x72, 0x1b, 0x45, 0x5f, 0x78, 0x03,
0xf0, 0x4b, 0x5f, 0x8f, 0x35, 0xc5, 0x2c, 0x61, 0xe9, 0x58, 0x75, 0x08, 0x22, 0x8c, 0x72, 0x5f,
0xfa, 0x98, 0x27, 0xc3, 0xf4, 0x42, 0xb5, 0xf3, 0xec, 0x1d, 0xa4, 0xce, 0x7a, 0x65, 0xbe, 0xc6,
0x5b, 0x18, 0x2a, 0x0a, 0x6d, 0xcb, 0xe5, 0xbd, 0x5c, 0x74, 0x8c, 0x9e, 0x9c, 0xb3, 0x2e, 0xb3,
0x05, 0xa9, 0x66, 0x03, 0xaf, 0x61, 0xba, 0x2e, 0xa8, 0x0a, 0xe6, 0xf3, 0x18, 0xf3, 0x84, 0xa5,
0x91, 0x3a, 0xe5, 0xf9, 0x23, 0x4c, 0xf4, 0xdb, 0x32, 0xd7, 0x2b, 0x8c, 0x60, 0xbc, 0xa4, 0xd2,
0x54, 0x62, 0x80, 0x12, 0xae, 0x7a, 0xfe, 0x82, 0x35, 0xb8, 0x67, 0x22, 0xf8, 0xfc, 0x0e, 0xa2,
0xd3, 0x41, 0x3c, 0x87, 0xb3, 0x75, 0x75, 0xd8, 0xee, 0x4d, 0x21, 0x06, 0x4d, 0xd0, 0xdf, 0xbb,
0x1d, 0x79, 0x2f, 0x18, 0x4e, 0x61, 0xf4, 0xbc, 0x35, 0x7b, 0xc1, 0x3f, 0x26, 0xed, 0xc7, 0x1e,
0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x5c, 0xfa, 0x9b, 0x45, 0x01, 0x00, 0x00,
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。