自动生成 protobuf 代码 (tag: v1.12.0)
This commit is contained in:
@@ -24,14 +24,15 @@ var File_corestack_user_v1_service_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_corestack_user_v1_service_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x1fcorestack/user/v1/service.proto\x12\x11corestack.user.v1\x1a\x1ccorestack/user/v1/user.proto2\xcd\x04\n" +
|
||||
"\x1fcorestack/user/v1/service.proto\x12\x11corestack.user.v1\x1a\x1ccorestack/user/v1/user.proto\x1a\x1ccorestack/user/v1/bind.proto2\xae\x05\n" +
|
||||
"\vUserService\x12\\\n" +
|
||||
"\vSetPassword\x12%.corestack.user.v1.SetPasswordRequest\x1a&.corestack.user.v1.SetPasswordResponse\x12P\n" +
|
||||
"\aSetName\x12!.corestack.user.v1.SetNameRequest\x1a\".corestack.user.v1.SetNameResponse\x12q\n" +
|
||||
"\x12GetAvatarUploadURL\x12,.corestack.user.v1.GetAvatarUploadURLRequest\x1a-.corestack.user.v1.GetAvatarUploadURLResponse\x12V\n" +
|
||||
"\tSetAvatar\x12#.corestack.user.v1.SetAvatarRequest\x1a$.corestack.user.v1.SetAvatarResponse\x12e\n" +
|
||||
"\x0eSetDescription\x12(.corestack.user.v1.SetDescriptionRequest\x1a).corestack.user.v1.SetDescriptionResponse\x12\\\n" +
|
||||
"\vGetUserInfo\x12%.corestack.user.v1.GetUserInfoRequest\x1a&.corestack.user.v1.GetUserInfoResponseB;Z9git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1;userv1b\x06proto3"
|
||||
"\vGetUserInfo\x12%.corestack.user.v1.GetUserInfoRequest\x1a&.corestack.user.v1.GetUserInfoResponse\x12_\n" +
|
||||
"\fBindWxOpenID\x12&.corestack.user.v1.BindWxOpenIDRequest\x1a'.corestack.user.v1.BindWxOpenIDResponseB;Z9git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1;userv1b\x06proto3"
|
||||
|
||||
var file_corestack_user_v1_service_proto_goTypes = []any{
|
||||
(*SetPasswordRequest)(nil), // 0: corestack.user.v1.SetPasswordRequest
|
||||
@@ -40,12 +41,14 @@ var file_corestack_user_v1_service_proto_goTypes = []any{
|
||||
(*SetAvatarRequest)(nil), // 3: corestack.user.v1.SetAvatarRequest
|
||||
(*SetDescriptionRequest)(nil), // 4: corestack.user.v1.SetDescriptionRequest
|
||||
(*GetUserInfoRequest)(nil), // 5: corestack.user.v1.GetUserInfoRequest
|
||||
(*SetPasswordResponse)(nil), // 6: corestack.user.v1.SetPasswordResponse
|
||||
(*SetNameResponse)(nil), // 7: corestack.user.v1.SetNameResponse
|
||||
(*GetAvatarUploadURLResponse)(nil), // 8: corestack.user.v1.GetAvatarUploadURLResponse
|
||||
(*SetAvatarResponse)(nil), // 9: corestack.user.v1.SetAvatarResponse
|
||||
(*SetDescriptionResponse)(nil), // 10: corestack.user.v1.SetDescriptionResponse
|
||||
(*GetUserInfoResponse)(nil), // 11: corestack.user.v1.GetUserInfoResponse
|
||||
(*BindWxOpenIDRequest)(nil), // 6: corestack.user.v1.BindWxOpenIDRequest
|
||||
(*SetPasswordResponse)(nil), // 7: corestack.user.v1.SetPasswordResponse
|
||||
(*SetNameResponse)(nil), // 8: corestack.user.v1.SetNameResponse
|
||||
(*GetAvatarUploadURLResponse)(nil), // 9: corestack.user.v1.GetAvatarUploadURLResponse
|
||||
(*SetAvatarResponse)(nil), // 10: corestack.user.v1.SetAvatarResponse
|
||||
(*SetDescriptionResponse)(nil), // 11: corestack.user.v1.SetDescriptionResponse
|
||||
(*GetUserInfoResponse)(nil), // 12: corestack.user.v1.GetUserInfoResponse
|
||||
(*BindWxOpenIDResponse)(nil), // 13: corestack.user.v1.BindWxOpenIDResponse
|
||||
}
|
||||
var file_corestack_user_v1_service_proto_depIdxs = []int32{
|
||||
0, // 0: corestack.user.v1.UserService.SetPassword:input_type -> corestack.user.v1.SetPasswordRequest
|
||||
@@ -54,14 +57,16 @@ var file_corestack_user_v1_service_proto_depIdxs = []int32{
|
||||
3, // 3: corestack.user.v1.UserService.SetAvatar:input_type -> corestack.user.v1.SetAvatarRequest
|
||||
4, // 4: corestack.user.v1.UserService.SetDescription:input_type -> corestack.user.v1.SetDescriptionRequest
|
||||
5, // 5: corestack.user.v1.UserService.GetUserInfo:input_type -> corestack.user.v1.GetUserInfoRequest
|
||||
6, // 6: corestack.user.v1.UserService.SetPassword:output_type -> corestack.user.v1.SetPasswordResponse
|
||||
7, // 7: corestack.user.v1.UserService.SetName:output_type -> corestack.user.v1.SetNameResponse
|
||||
8, // 8: corestack.user.v1.UserService.GetAvatarUploadURL:output_type -> corestack.user.v1.GetAvatarUploadURLResponse
|
||||
9, // 9: corestack.user.v1.UserService.SetAvatar:output_type -> corestack.user.v1.SetAvatarResponse
|
||||
10, // 10: corestack.user.v1.UserService.SetDescription:output_type -> corestack.user.v1.SetDescriptionResponse
|
||||
11, // 11: corestack.user.v1.UserService.GetUserInfo:output_type -> corestack.user.v1.GetUserInfoResponse
|
||||
6, // [6:12] is the sub-list for method output_type
|
||||
0, // [0:6] is the sub-list for method input_type
|
||||
6, // 6: corestack.user.v1.UserService.BindWxOpenID:input_type -> corestack.user.v1.BindWxOpenIDRequest
|
||||
7, // 7: corestack.user.v1.UserService.SetPassword:output_type -> corestack.user.v1.SetPasswordResponse
|
||||
8, // 8: corestack.user.v1.UserService.SetName:output_type -> corestack.user.v1.SetNameResponse
|
||||
9, // 9: corestack.user.v1.UserService.GetAvatarUploadURL:output_type -> corestack.user.v1.GetAvatarUploadURLResponse
|
||||
10, // 10: corestack.user.v1.UserService.SetAvatar:output_type -> corestack.user.v1.SetAvatarResponse
|
||||
11, // 11: corestack.user.v1.UserService.SetDescription:output_type -> corestack.user.v1.SetDescriptionResponse
|
||||
12, // 12: corestack.user.v1.UserService.GetUserInfo:output_type -> corestack.user.v1.GetUserInfoResponse
|
||||
13, // 13: corestack.user.v1.UserService.BindWxOpenID:output_type -> corestack.user.v1.BindWxOpenIDResponse
|
||||
7, // [7:14] is the sub-list for method output_type
|
||||
0, // [0:7] 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
|
||||
@@ -73,6 +78,7 @@ func file_corestack_user_v1_service_proto_init() {
|
||||
return
|
||||
}
|
||||
file_corestack_user_v1_user_proto_init()
|
||||
file_corestack_user_v1_bind_proto_init()
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
|
||||
Reference in New Issue
Block a user