自动生成 protobuf 代码 (tag: v1.6.0)
This commit is contained in:
138
enums/v1/user.pb.go
Normal file
138
enums/v1/user.pb.go
Normal file
@@ -0,0 +1,138 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.7
|
||||
// protoc (unknown)
|
||||
// source: enums/v1/user.proto
|
||||
|
||||
package enumsv1
|
||||
|
||||
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 AuthenticationType int32
|
||||
|
||||
const (
|
||||
AuthenticationType_AUTHENTICATION_TYPE_UNSPECIFIED AuthenticationType = 0
|
||||
AuthenticationType_AUTHENTICATION_TYPE_NAME AuthenticationType = 1 // 用户名
|
||||
AuthenticationType_AUTHENTICATION_TYPE_PHONE AuthenticationType = 2 // 手机号
|
||||
AuthenticationType_AUTHENTICATION_TYPE_EMAIL AuthenticationType = 3 // 邮箱
|
||||
AuthenticationType_AUTHENTICATION_TYPE_WECHAT AuthenticationType = 4 // 微信
|
||||
)
|
||||
|
||||
// Enum value maps for AuthenticationType.
|
||||
var (
|
||||
AuthenticationType_name = map[int32]string{
|
||||
0: "AUTHENTICATION_TYPE_UNSPECIFIED",
|
||||
1: "AUTHENTICATION_TYPE_NAME",
|
||||
2: "AUTHENTICATION_TYPE_PHONE",
|
||||
3: "AUTHENTICATION_TYPE_EMAIL",
|
||||
4: "AUTHENTICATION_TYPE_WECHAT",
|
||||
}
|
||||
AuthenticationType_value = map[string]int32{
|
||||
"AUTHENTICATION_TYPE_UNSPECIFIED": 0,
|
||||
"AUTHENTICATION_TYPE_NAME": 1,
|
||||
"AUTHENTICATION_TYPE_PHONE": 2,
|
||||
"AUTHENTICATION_TYPE_EMAIL": 3,
|
||||
"AUTHENTICATION_TYPE_WECHAT": 4,
|
||||
}
|
||||
)
|
||||
|
||||
func (x AuthenticationType) Enum() *AuthenticationType {
|
||||
p := new(AuthenticationType)
|
||||
*p = x
|
||||
return p
|
||||
}
|
||||
|
||||
func (x AuthenticationType) String() string {
|
||||
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
||||
}
|
||||
|
||||
func (AuthenticationType) Descriptor() protoreflect.EnumDescriptor {
|
||||
return file_enums_v1_user_proto_enumTypes[0].Descriptor()
|
||||
}
|
||||
|
||||
func (AuthenticationType) Type() protoreflect.EnumType {
|
||||
return &file_enums_v1_user_proto_enumTypes[0]
|
||||
}
|
||||
|
||||
func (x AuthenticationType) Number() protoreflect.EnumNumber {
|
||||
return protoreflect.EnumNumber(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use AuthenticationType.Descriptor instead.
|
||||
func (AuthenticationType) EnumDescriptor() ([]byte, []int) {
|
||||
return file_enums_v1_user_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
var File_enums_v1_user_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_enums_v1_user_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x13enums/v1/user.proto\x12\benums.v1*\xb5\x01\n" +
|
||||
"\x12AuthenticationType\x12#\n" +
|
||||
"\x1fAUTHENTICATION_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n" +
|
||||
"\x18AUTHENTICATION_TYPE_NAME\x10\x01\x12\x1d\n" +
|
||||
"\x19AUTHENTICATION_TYPE_PHONE\x10\x02\x12\x1d\n" +
|
||||
"\x19AUTHENTICATION_TYPE_EMAIL\x10\x03\x12\x1e\n" +
|
||||
"\x1aAUTHENTICATION_TYPE_WECHAT\x10\x04B3Z1git.shenxianhe.cn/shenxianhe/sdk/enums/v1;enumsv1b\x06proto3"
|
||||
|
||||
var (
|
||||
file_enums_v1_user_proto_rawDescOnce sync.Once
|
||||
file_enums_v1_user_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_enums_v1_user_proto_rawDescGZIP() []byte {
|
||||
file_enums_v1_user_proto_rawDescOnce.Do(func() {
|
||||
file_enums_v1_user_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_enums_v1_user_proto_rawDesc), len(file_enums_v1_user_proto_rawDesc)))
|
||||
})
|
||||
return file_enums_v1_user_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_enums_v1_user_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||||
var file_enums_v1_user_proto_goTypes = []any{
|
||||
(AuthenticationType)(0), // 0: enums.v1.AuthenticationType
|
||||
}
|
||||
var file_enums_v1_user_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_enums_v1_user_proto_init() }
|
||||
func file_enums_v1_user_proto_init() {
|
||||
if File_enums_v1_user_proto != nil {
|
||||
return
|
||||
}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_enums_v1_user_proto_rawDesc), len(file_enums_v1_user_proto_rawDesc)),
|
||||
NumEnums: 1,
|
||||
NumMessages: 0,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
GoTypes: file_enums_v1_user_proto_goTypes,
|
||||
DependencyIndexes: file_enums_v1_user_proto_depIdxs,
|
||||
EnumInfos: file_enums_v1_user_proto_enumTypes,
|
||||
}.Build()
|
||||
File_enums_v1_user_proto = out.File
|
||||
file_enums_v1_user_proto_goTypes = nil
|
||||
file_enums_v1_user_proto_depIdxs = nil
|
||||
}
|
||||
Reference in New Issue
Block a user