自动生成 protobuf 代码 (tag: v1.6.0)
This commit is contained in:
78
admin/v1/service.pb.go
Normal file
78
admin/v1/service.pb.go
Normal file
@@ -0,0 +1,78 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.7
|
||||
// protoc (unknown)
|
||||
// source: admin/v1/service.proto
|
||||
|
||||
package adminv1
|
||||
|
||||
import (
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
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)
|
||||
)
|
||||
|
||||
var File_admin_v1_service_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_admin_v1_service_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x16admin/v1/service.proto\x12\badmin.v1\x1a\x12admin/v1/sms.proto\x1a\x13admin/v1/user.proto2\xe6\x01\n" +
|
||||
"\fAdminService\x12J\n" +
|
||||
"\vListSMSSign\x12\x1c.admin.v1.ListSMSSignRequest\x1a\x1d.admin.v1.ListSMSSignResponse\x12>\n" +
|
||||
"\aSendSMS\x12\x18.admin.v1.SendSMSRequest\x1a\x19.admin.v1.SendSMSResponse\x12J\n" +
|
||||
"\vGetUserInfo\x12\x1c.admin.v1.GetUserInfoRequest\x1a\x1d.admin.v1.GetUserInfoResponseB3Z1git.shenxianhe.cn/shenxianhe/sdk/admin/v1;adminv1b\x06proto3"
|
||||
|
||||
var file_admin_v1_service_proto_goTypes = []any{
|
||||
(*ListSMSSignRequest)(nil), // 0: admin.v1.ListSMSSignRequest
|
||||
(*SendSMSRequest)(nil), // 1: admin.v1.SendSMSRequest
|
||||
(*GetUserInfoRequest)(nil), // 2: admin.v1.GetUserInfoRequest
|
||||
(*ListSMSSignResponse)(nil), // 3: admin.v1.ListSMSSignResponse
|
||||
(*SendSMSResponse)(nil), // 4: admin.v1.SendSMSResponse
|
||||
(*GetUserInfoResponse)(nil), // 5: admin.v1.GetUserInfoResponse
|
||||
}
|
||||
var file_admin_v1_service_proto_depIdxs = []int32{
|
||||
0, // 0: admin.v1.AdminService.ListSMSSign:input_type -> admin.v1.ListSMSSignRequest
|
||||
1, // 1: admin.v1.AdminService.SendSMS:input_type -> admin.v1.SendSMSRequest
|
||||
2, // 2: admin.v1.AdminService.GetUserInfo:input_type -> admin.v1.GetUserInfoRequest
|
||||
3, // 3: admin.v1.AdminService.ListSMSSign:output_type -> admin.v1.ListSMSSignResponse
|
||||
4, // 4: admin.v1.AdminService.SendSMS:output_type -> admin.v1.SendSMSResponse
|
||||
5, // 5: admin.v1.AdminService.GetUserInfo:output_type -> admin.v1.GetUserInfoResponse
|
||||
3, // [3:6] is the sub-list for method output_type
|
||||
0, // [0:3] 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_admin_v1_service_proto_init() }
|
||||
func file_admin_v1_service_proto_init() {
|
||||
if File_admin_v1_service_proto != nil {
|
||||
return
|
||||
}
|
||||
file_admin_v1_sms_proto_init()
|
||||
file_admin_v1_user_proto_init()
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_admin_v1_service_proto_rawDesc), len(file_admin_v1_service_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 0,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
GoTypes: file_admin_v1_service_proto_goTypes,
|
||||
DependencyIndexes: file_admin_v1_service_proto_depIdxs,
|
||||
}.Build()
|
||||
File_admin_v1_service_proto = out.File
|
||||
file_admin_v1_service_proto_goTypes = nil
|
||||
file_admin_v1_service_proto_depIdxs = nil
|
||||
}
|
||||
Reference in New Issue
Block a user