127 lines
3.1 KiB
Go
127 lines
3.1 KiB
Go
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// protoc-gen-go v1.36.6
|
||
|
// protoc v6.31.0
|
||
|
// source: code.proto
|
||
|
|
||
|
package proto
|
||
|
|
||
|
import (
|
||
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||
|
reflect "reflect"
|
||
|
sync "sync"
|
||
|
unsafe "unsafe"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
// Verify that this generated code is sufficiently up-to-date.
|
||
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
||
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
||
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||
|
)
|
||
|
|
||
|
type ErrCode int32
|
||
|
|
||
|
const (
|
||
|
ErrCode_OK ErrCode = 0
|
||
|
ErrCode_LoginFail ErrCode = 1 // 登陆失败
|
||
|
)
|
||
|
|
||
|
// Enum value maps for ErrCode.
|
||
|
var (
|
||
|
ErrCode_name = map[int32]string{
|
||
|
0: "OK",
|
||
|
1: "LoginFail",
|
||
|
}
|
||
|
ErrCode_value = map[string]int32{
|
||
|
"OK": 0,
|
||
|
"LoginFail": 1,
|
||
|
}
|
||
|
)
|
||
|
|
||
|
func (x ErrCode) Enum() *ErrCode {
|
||
|
p := new(ErrCode)
|
||
|
*p = x
|
||
|
return p
|
||
|
}
|
||
|
|
||
|
func (x ErrCode) String() string {
|
||
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
||
|
}
|
||
|
|
||
|
func (ErrCode) Descriptor() protoreflect.EnumDescriptor {
|
||
|
return file_code_proto_enumTypes[0].Descriptor()
|
||
|
}
|
||
|
|
||
|
func (ErrCode) Type() protoreflect.EnumType {
|
||
|
return &file_code_proto_enumTypes[0]
|
||
|
}
|
||
|
|
||
|
func (x ErrCode) Number() protoreflect.EnumNumber {
|
||
|
return protoreflect.EnumNumber(x)
|
||
|
}
|
||
|
|
||
|
// Deprecated: Use ErrCode.Descriptor instead.
|
||
|
func (ErrCode) EnumDescriptor() ([]byte, []int) {
|
||
|
return file_code_proto_rawDescGZIP(), []int{0}
|
||
|
}
|
||
|
|
||
|
var File_code_proto protoreflect.FileDescriptor
|
||
|
|
||
|
const file_code_proto_rawDesc = "" +
|
||
|
"\n" +
|
||
|
"\n" +
|
||
|
"code.proto\x12\binternal* \n" +
|
||
|
"\aErrCode\x12\x06\n" +
|
||
|
"\x02OK\x10\x00\x12\r\n" +
|
||
|
"\tLoginFail\x10\x01B\x0eZ\fcommon/protob\x06proto3"
|
||
|
|
||
|
var (
|
||
|
file_code_proto_rawDescOnce sync.Once
|
||
|
file_code_proto_rawDescData []byte
|
||
|
)
|
||
|
|
||
|
func file_code_proto_rawDescGZIP() []byte {
|
||
|
file_code_proto_rawDescOnce.Do(func() {
|
||
|
file_code_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_code_proto_rawDesc), len(file_code_proto_rawDesc)))
|
||
|
})
|
||
|
return file_code_proto_rawDescData
|
||
|
}
|
||
|
|
||
|
var file_code_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||
|
var file_code_proto_goTypes = []any{
|
||
|
(ErrCode)(0), // 0: internal.ErrCode
|
||
|
}
|
||
|
var file_code_proto_depIdxs = []int32{
|
||
|
0, // [0:0] is the sub-list for method output_type
|
||
|
0, // [0:0] is the sub-list for method input_type
|
||
|
0, // [0:0] is the sub-list for extension type_name
|
||
|
0, // [0:0] is the sub-list for extension extendee
|
||
|
0, // [0:0] is the sub-list for field type_name
|
||
|
}
|
||
|
|
||
|
func init() { file_code_proto_init() }
|
||
|
func file_code_proto_init() {
|
||
|
if File_code_proto != nil {
|
||
|
return
|
||
|
}
|
||
|
type x struct{}
|
||
|
out := protoimpl.TypeBuilder{
|
||
|
File: protoimpl.DescBuilder{
|
||
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_code_proto_rawDesc), len(file_code_proto_rawDesc)),
|
||
|
NumEnums: 1,
|
||
|
NumMessages: 0,
|
||
|
NumExtensions: 0,
|
||
|
NumServices: 0,
|
||
|
},
|
||
|
GoTypes: file_code_proto_goTypes,
|
||
|
DependencyIndexes: file_code_proto_depIdxs,
|
||
|
EnumInfos: file_code_proto_enumTypes,
|
||
|
}.Build()
|
||
|
File_code_proto = out.File
|
||
|
file_code_proto_goTypes = nil
|
||
|
file_code_proto_depIdxs = nil
|
||
|
}
|