自动生成 protobuf 代码 (tag: v1.6.0)
This commit is contained in:
102
user/v1/service.pb.go
Normal file
102
user/v1/service.pb.go
Normal file
@@ -0,0 +1,102 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.7
|
||||
// protoc (unknown)
|
||||
// source: user/v1/service.proto
|
||||
|
||||
package userv1
|
||||
|
||||
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_user_v1_service_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_user_v1_service_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x15user/v1/service.proto\x12\auser.v1\x1a\x12user/v1/user.proto2\xdd\x04\n" +
|
||||
"\vUserService\x12Q\n" +
|
||||
"\x0eSendCredential\x12\x1e.user.v1.SendCredentialRequest\x1a\x1f.user.v1.SendCredentialResponse\x123\n" +
|
||||
"\x04Auth\x12\x14.user.v1.AuthRequest\x1a\x15.user.v1.AuthResponse\x12H\n" +
|
||||
"\vSetPassword\x12\x1b.user.v1.SetPasswordRequest\x1a\x1c.user.v1.SetPasswordResponse\x12<\n" +
|
||||
"\aSetName\x12\x17.user.v1.SetNameRequest\x1a\x18.user.v1.SetNameResponse\x12]\n" +
|
||||
"\x12GetAvatarUploadURL\x12\".user.v1.GetAvatarUploadURLRequest\x1a#.user.v1.GetAvatarUploadURLResponse\x12B\n" +
|
||||
"\tSetAvatar\x12\x19.user.v1.SetAvatarRequest\x1a\x1a.user.v1.SetAvatarResponse\x12Q\n" +
|
||||
"\x0eSetDescription\x12\x1e.user.v1.SetDescriptionRequest\x1a\x1f.user.v1.SetDescriptionResponse\x12H\n" +
|
||||
"\vGetUserInfo\x12\x1b.user.v1.GetUserInfoRequest\x1a\x1c.user.v1.GetUserInfoResponseB1Z/git.shenxianhe.cn/shenxianhe/sdk/user/v1;userv1b\x06proto3"
|
||||
|
||||
var file_user_v1_service_proto_goTypes = []any{
|
||||
(*SendCredentialRequest)(nil), // 0: user.v1.SendCredentialRequest
|
||||
(*AuthRequest)(nil), // 1: user.v1.AuthRequest
|
||||
(*SetPasswordRequest)(nil), // 2: user.v1.SetPasswordRequest
|
||||
(*SetNameRequest)(nil), // 3: user.v1.SetNameRequest
|
||||
(*GetAvatarUploadURLRequest)(nil), // 4: user.v1.GetAvatarUploadURLRequest
|
||||
(*SetAvatarRequest)(nil), // 5: user.v1.SetAvatarRequest
|
||||
(*SetDescriptionRequest)(nil), // 6: user.v1.SetDescriptionRequest
|
||||
(*GetUserInfoRequest)(nil), // 7: user.v1.GetUserInfoRequest
|
||||
(*SendCredentialResponse)(nil), // 8: user.v1.SendCredentialResponse
|
||||
(*AuthResponse)(nil), // 9: user.v1.AuthResponse
|
||||
(*SetPasswordResponse)(nil), // 10: user.v1.SetPasswordResponse
|
||||
(*SetNameResponse)(nil), // 11: user.v1.SetNameResponse
|
||||
(*GetAvatarUploadURLResponse)(nil), // 12: user.v1.GetAvatarUploadURLResponse
|
||||
(*SetAvatarResponse)(nil), // 13: user.v1.SetAvatarResponse
|
||||
(*SetDescriptionResponse)(nil), // 14: user.v1.SetDescriptionResponse
|
||||
(*GetUserInfoResponse)(nil), // 15: user.v1.GetUserInfoResponse
|
||||
}
|
||||
var file_user_v1_service_proto_depIdxs = []int32{
|
||||
0, // 0: user.v1.UserService.SendCredential:input_type -> user.v1.SendCredentialRequest
|
||||
1, // 1: user.v1.UserService.Auth:input_type -> user.v1.AuthRequest
|
||||
2, // 2: user.v1.UserService.SetPassword:input_type -> user.v1.SetPasswordRequest
|
||||
3, // 3: user.v1.UserService.SetName:input_type -> user.v1.SetNameRequest
|
||||
4, // 4: user.v1.UserService.GetAvatarUploadURL:input_type -> user.v1.GetAvatarUploadURLRequest
|
||||
5, // 5: user.v1.UserService.SetAvatar:input_type -> user.v1.SetAvatarRequest
|
||||
6, // 6: user.v1.UserService.SetDescription:input_type -> user.v1.SetDescriptionRequest
|
||||
7, // 7: user.v1.UserService.GetUserInfo:input_type -> user.v1.GetUserInfoRequest
|
||||
8, // 8: user.v1.UserService.SendCredential:output_type -> user.v1.SendCredentialResponse
|
||||
9, // 9: user.v1.UserService.Auth:output_type -> user.v1.AuthResponse
|
||||
10, // 10: user.v1.UserService.SetPassword:output_type -> user.v1.SetPasswordResponse
|
||||
11, // 11: user.v1.UserService.SetName:output_type -> user.v1.SetNameResponse
|
||||
12, // 12: user.v1.UserService.GetAvatarUploadURL:output_type -> user.v1.GetAvatarUploadURLResponse
|
||||
13, // 13: user.v1.UserService.SetAvatar:output_type -> user.v1.SetAvatarResponse
|
||||
14, // 14: user.v1.UserService.SetDescription:output_type -> user.v1.SetDescriptionResponse
|
||||
15, // 15: user.v1.UserService.GetUserInfo:output_type -> user.v1.GetUserInfoResponse
|
||||
8, // [8:16] is the sub-list for method output_type
|
||||
0, // [0:8] 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_user_v1_service_proto_init() }
|
||||
func file_user_v1_service_proto_init() {
|
||||
if File_user_v1_service_proto != nil {
|
||||
return
|
||||
}
|
||||
file_user_v1_user_proto_init()
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_user_v1_service_proto_rawDesc), len(file_user_v1_service_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 0,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
GoTypes: file_user_v1_service_proto_goTypes,
|
||||
DependencyIndexes: file_user_v1_service_proto_depIdxs,
|
||||
}.Build()
|
||||
File_user_v1_service_proto = out.File
|
||||
file_user_v1_service_proto_goTypes = nil
|
||||
file_user_v1_service_proto_depIdxs = nil
|
||||
}
|
||||
899
user/v1/user.pb.go
Normal file
899
user/v1/user.pb.go
Normal file
@@ -0,0 +1,899 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.7
|
||||
// protoc (unknown)
|
||||
// source: user/v1/user.proto
|
||||
|
||||
package userv1
|
||||
|
||||
import (
|
||||
v1 "git.shenxianhe.cn/shenxianhe/sdk/enums/v1"
|
||||
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 SendCredentialRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
AuthType v1.AuthenticationType `protobuf:"varint,1,opt,name=auth_type,json=authType,proto3,enum=enums.v1.AuthenticationType" json:"auth_type,omitempty"` // 认证类型
|
||||
AuthId string `protobuf:"bytes,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"` // 认证ID,根据auth_type存储不同的账号信息
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SendCredentialRequest) Reset() {
|
||||
*x = SendCredentialRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SendCredentialRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SendCredentialRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SendCredentialRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[0]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SendCredentialRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SendCredentialRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *SendCredentialRequest) GetAuthType() v1.AuthenticationType {
|
||||
if x != nil {
|
||||
return x.AuthType
|
||||
}
|
||||
return v1.AuthenticationType(0)
|
||||
}
|
||||
|
||||
func (x *SendCredentialRequest) GetAuthId() string {
|
||||
if x != nil {
|
||||
return x.AuthId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SendCredentialResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SendCredentialResponse) Reset() {
|
||||
*x = SendCredentialResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SendCredentialResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SendCredentialResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SendCredentialResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[1]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SendCredentialResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SendCredentialResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
type AuthRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
AuthType v1.AuthenticationType `protobuf:"varint,1,opt,name=auth_type,json=authType,proto3,enum=enums.v1.AuthenticationType" json:"auth_type,omitempty"` // 认证类型
|
||||
AuthId string `protobuf:"bytes,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"` // 认证ID,根据auth_type存储不同的账号信息
|
||||
Credential string `protobuf:"bytes,3,opt,name=credential,proto3" json:"credential,omitempty"` // 凭证,可以是验证码或密码
|
||||
InvitationCode string `protobuf:"bytes,4,opt,name=invitation_code,json=invitationCode,proto3" json:"invitation_code,omitempty"` // 邀请码
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *AuthRequest) Reset() {
|
||||
*x = AuthRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *AuthRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*AuthRequest) ProtoMessage() {}
|
||||
|
||||
func (x *AuthRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[2]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use AuthRequest.ProtoReflect.Descriptor instead.
|
||||
func (*AuthRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{2}
|
||||
}
|
||||
|
||||
func (x *AuthRequest) GetAuthType() v1.AuthenticationType {
|
||||
if x != nil {
|
||||
return x.AuthType
|
||||
}
|
||||
return v1.AuthenticationType(0)
|
||||
}
|
||||
|
||||
func (x *AuthRequest) GetAuthId() string {
|
||||
if x != nil {
|
||||
return x.AuthId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *AuthRequest) GetCredential() string {
|
||||
if x != nil {
|
||||
return x.Credential
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *AuthRequest) GetInvitationCode() string {
|
||||
if x != nil {
|
||||
return x.InvitationCode
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type AuthResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *AuthResponse) Reset() {
|
||||
*x = AuthResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *AuthResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*AuthResponse) ProtoMessage() {}
|
||||
|
||||
func (x *AuthResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[3]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use AuthResponse.ProtoReflect.Descriptor instead.
|
||||
func (*AuthResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{3}
|
||||
}
|
||||
|
||||
func (x *AuthResponse) GetToken() string {
|
||||
if x != nil {
|
||||
return x.Token
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SetPasswordRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
AuthType v1.AuthenticationType `protobuf:"varint,1,opt,name=auth_type,json=authType,proto3,enum=enums.v1.AuthenticationType" json:"auth_type,omitempty"` // 认证类型
|
||||
AuthId string `protobuf:"bytes,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"` // 认证ID,根据auth_type存储不同的账号信息
|
||||
Credential string `protobuf:"bytes,3,opt,name=credential,proto3" json:"credential,omitempty"` // 凭证,可以是验证码或旧密码
|
||||
Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` // 新密码
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) Reset() {
|
||||
*x = SetPasswordRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[4]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetPasswordRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetPasswordRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[4]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetPasswordRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetPasswordRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{4}
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) GetAuthType() v1.AuthenticationType {
|
||||
if x != nil {
|
||||
return x.AuthType
|
||||
}
|
||||
return v1.AuthenticationType(0)
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) GetAuthId() string {
|
||||
if x != nil {
|
||||
return x.AuthId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) GetCredential() string {
|
||||
if x != nil {
|
||||
return x.Credential
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) GetPassword() string {
|
||||
if x != nil {
|
||||
return x.Password
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SetPasswordResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetPasswordResponse) Reset() {
|
||||
*x = SetPasswordResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[5]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetPasswordResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetPasswordResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetPasswordResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[5]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetPasswordResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetPasswordResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{5}
|
||||
}
|
||||
|
||||
type SetNameRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetNameRequest) Reset() {
|
||||
*x = SetNameRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[6]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetNameRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetNameRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetNameRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[6]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetNameRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetNameRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{6}
|
||||
}
|
||||
|
||||
func (x *SetNameRequest) GetName() string {
|
||||
if x != nil {
|
||||
return x.Name
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SetNameResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetNameResponse) Reset() {
|
||||
*x = SetNameResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[7]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetNameResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetNameResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetNameResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[7]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetNameResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetNameResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{7}
|
||||
}
|
||||
|
||||
type GetAvatarUploadURLRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLRequest) Reset() {
|
||||
*x = GetAvatarUploadURLRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[8]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetAvatarUploadURLRequest) ProtoMessage() {}
|
||||
|
||||
func (x *GetAvatarUploadURLRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[8]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetAvatarUploadURLRequest.ProtoReflect.Descriptor instead.
|
||||
func (*GetAvatarUploadURLRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{8}
|
||||
}
|
||||
|
||||
type GetAvatarUploadURLResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
||||
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) Reset() {
|
||||
*x = GetAvatarUploadURLResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[9]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetAvatarUploadURLResponse) ProtoMessage() {}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[9]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetAvatarUploadURLResponse.ProtoReflect.Descriptor instead.
|
||||
func (*GetAvatarUploadURLResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{9}
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) GetKey() string {
|
||||
if x != nil {
|
||||
return x.Key
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) GetUrl() string {
|
||||
if x != nil {
|
||||
return x.Url
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SetAvatarRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetAvatarRequest) Reset() {
|
||||
*x = SetAvatarRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[10]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetAvatarRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetAvatarRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetAvatarRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[10]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetAvatarRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetAvatarRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{10}
|
||||
}
|
||||
|
||||
func (x *SetAvatarRequest) GetKey() string {
|
||||
if x != nil {
|
||||
return x.Key
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SetAvatarResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetAvatarResponse) Reset() {
|
||||
*x = SetAvatarResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[11]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetAvatarResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetAvatarResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetAvatarResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[11]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetAvatarResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetAvatarResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{11}
|
||||
}
|
||||
|
||||
type SetDescriptionRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetDescriptionRequest) Reset() {
|
||||
*x = SetDescriptionRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[12]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetDescriptionRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetDescriptionRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetDescriptionRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[12]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetDescriptionRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetDescriptionRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{12}
|
||||
}
|
||||
|
||||
func (x *SetDescriptionRequest) GetDescription() string {
|
||||
if x != nil {
|
||||
return x.Description
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type SetDescriptionResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetDescriptionResponse) Reset() {
|
||||
*x = SetDescriptionResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[13]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SetDescriptionResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SetDescriptionResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetDescriptionResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[13]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SetDescriptionResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetDescriptionResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{13}
|
||||
}
|
||||
|
||||
type GetUserInfoRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetUserInfoRequest) Reset() {
|
||||
*x = GetUserInfoRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[14]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetUserInfoRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetUserInfoRequest) ProtoMessage() {}
|
||||
|
||||
func (x *GetUserInfoRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[14]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetUserInfoRequest.ProtoReflect.Descriptor instead.
|
||||
func (*GetUserInfoRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{14}
|
||||
}
|
||||
|
||||
type GetUserInfoResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"`
|
||||
InvitationCode string `protobuf:"bytes,3,opt,name=invitation_code,json=invitationCode,proto3" json:"invitation_code,omitempty"`
|
||||
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
||||
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
|
||||
Phone string `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"`
|
||||
Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) Reset() {
|
||||
*x = GetUserInfoResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[15]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetUserInfoResponse) ProtoMessage() {}
|
||||
|
||||
func (x *GetUserInfoResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[15]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetUserInfoResponse.ProtoReflect.Descriptor instead.
|
||||
func (*GetUserInfoResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{15}
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetId() string {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetAvatar() string {
|
||||
if x != nil {
|
||||
return x.Avatar
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetInvitationCode() string {
|
||||
if x != nil {
|
||||
return x.InvitationCode
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetDescription() string {
|
||||
if x != nil {
|
||||
return x.Description
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetName() string {
|
||||
if x != nil {
|
||||
return x.Name
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetPhone() string {
|
||||
if x != nil {
|
||||
return x.Phone
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetEmail() string {
|
||||
if x != nil {
|
||||
return x.Email
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
var File_user_v1_user_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_user_v1_user_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x12user/v1/user.proto\x12\auser.v1\x1a\x13enums/v1/user.proto\"k\n" +
|
||||
"\x15SendCredentialRequest\x129\n" +
|
||||
"\tauth_type\x18\x01 \x01(\x0e2\x1c.enums.v1.AuthenticationTypeR\bauthType\x12\x17\n" +
|
||||
"\aauth_id\x18\x02 \x01(\tR\x06authId\"\x18\n" +
|
||||
"\x16SendCredentialResponse\"\xaa\x01\n" +
|
||||
"\vAuthRequest\x129\n" +
|
||||
"\tauth_type\x18\x01 \x01(\x0e2\x1c.enums.v1.AuthenticationTypeR\bauthType\x12\x17\n" +
|
||||
"\aauth_id\x18\x02 \x01(\tR\x06authId\x12\x1e\n" +
|
||||
"\n" +
|
||||
"credential\x18\x03 \x01(\tR\n" +
|
||||
"credential\x12'\n" +
|
||||
"\x0finvitation_code\x18\x04 \x01(\tR\x0einvitationCode\"$\n" +
|
||||
"\fAuthResponse\x12\x14\n" +
|
||||
"\x05token\x18\x01 \x01(\tR\x05token\"\xa4\x01\n" +
|
||||
"\x12SetPasswordRequest\x129\n" +
|
||||
"\tauth_type\x18\x01 \x01(\x0e2\x1c.enums.v1.AuthenticationTypeR\bauthType\x12\x17\n" +
|
||||
"\aauth_id\x18\x02 \x01(\tR\x06authId\x12\x1e\n" +
|
||||
"\n" +
|
||||
"credential\x18\x03 \x01(\tR\n" +
|
||||
"credential\x12\x1a\n" +
|
||||
"\bpassword\x18\x04 \x01(\tR\bpassword\"\x15\n" +
|
||||
"\x13SetPasswordResponse\"$\n" +
|
||||
"\x0eSetNameRequest\x12\x12\n" +
|
||||
"\x04name\x18\x01 \x01(\tR\x04name\"\x11\n" +
|
||||
"\x0fSetNameResponse\"\x1b\n" +
|
||||
"\x19GetAvatarUploadURLRequest\"@\n" +
|
||||
"\x1aGetAvatarUploadURLResponse\x12\x10\n" +
|
||||
"\x03key\x18\x01 \x01(\tR\x03key\x12\x10\n" +
|
||||
"\x03url\x18\x02 \x01(\tR\x03url\"$\n" +
|
||||
"\x10SetAvatarRequest\x12\x10\n" +
|
||||
"\x03key\x18\x01 \x01(\tR\x03key\"\x13\n" +
|
||||
"\x11SetAvatarResponse\"9\n" +
|
||||
"\x15SetDescriptionRequest\x12 \n" +
|
||||
"\vdescription\x18\x01 \x01(\tR\vdescription\"\x18\n" +
|
||||
"\x16SetDescriptionResponse\"\x14\n" +
|
||||
"\x12GetUserInfoRequest\"\xc8\x01\n" +
|
||||
"\x13GetUserInfoResponse\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n" +
|
||||
"\x06avatar\x18\x02 \x01(\tR\x06avatar\x12'\n" +
|
||||
"\x0finvitation_code\x18\x03 \x01(\tR\x0einvitationCode\x12 \n" +
|
||||
"\vdescription\x18\x04 \x01(\tR\vdescription\x12\x12\n" +
|
||||
"\x04name\x18\x05 \x01(\tR\x04name\x12\x14\n" +
|
||||
"\x05phone\x18\x06 \x01(\tR\x05phone\x12\x14\n" +
|
||||
"\x05email\x18\a \x01(\tR\x05emailB1Z/git.shenxianhe.cn/shenxianhe/sdk/user/v1;userv1b\x06proto3"
|
||||
|
||||
var (
|
||||
file_user_v1_user_proto_rawDescOnce sync.Once
|
||||
file_user_v1_user_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_user_v1_user_proto_rawDescGZIP() []byte {
|
||||
file_user_v1_user_proto_rawDescOnce.Do(func() {
|
||||
file_user_v1_user_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_user_v1_user_proto_rawDesc), len(file_user_v1_user_proto_rawDesc)))
|
||||
})
|
||||
return file_user_v1_user_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_user_v1_user_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
|
||||
var file_user_v1_user_proto_goTypes = []any{
|
||||
(*SendCredentialRequest)(nil), // 0: user.v1.SendCredentialRequest
|
||||
(*SendCredentialResponse)(nil), // 1: user.v1.SendCredentialResponse
|
||||
(*AuthRequest)(nil), // 2: user.v1.AuthRequest
|
||||
(*AuthResponse)(nil), // 3: user.v1.AuthResponse
|
||||
(*SetPasswordRequest)(nil), // 4: user.v1.SetPasswordRequest
|
||||
(*SetPasswordResponse)(nil), // 5: user.v1.SetPasswordResponse
|
||||
(*SetNameRequest)(nil), // 6: user.v1.SetNameRequest
|
||||
(*SetNameResponse)(nil), // 7: user.v1.SetNameResponse
|
||||
(*GetAvatarUploadURLRequest)(nil), // 8: user.v1.GetAvatarUploadURLRequest
|
||||
(*GetAvatarUploadURLResponse)(nil), // 9: user.v1.GetAvatarUploadURLResponse
|
||||
(*SetAvatarRequest)(nil), // 10: user.v1.SetAvatarRequest
|
||||
(*SetAvatarResponse)(nil), // 11: user.v1.SetAvatarResponse
|
||||
(*SetDescriptionRequest)(nil), // 12: user.v1.SetDescriptionRequest
|
||||
(*SetDescriptionResponse)(nil), // 13: user.v1.SetDescriptionResponse
|
||||
(*GetUserInfoRequest)(nil), // 14: user.v1.GetUserInfoRequest
|
||||
(*GetUserInfoResponse)(nil), // 15: user.v1.GetUserInfoResponse
|
||||
(v1.AuthenticationType)(0), // 16: enums.v1.AuthenticationType
|
||||
}
|
||||
var file_user_v1_user_proto_depIdxs = []int32{
|
||||
16, // 0: user.v1.SendCredentialRequest.auth_type:type_name -> enums.v1.AuthenticationType
|
||||
16, // 1: user.v1.AuthRequest.auth_type:type_name -> enums.v1.AuthenticationType
|
||||
16, // 2: user.v1.SetPasswordRequest.auth_type:type_name -> enums.v1.AuthenticationType
|
||||
3, // [3:3] is the sub-list for method output_type
|
||||
3, // [3:3] is the sub-list for method input_type
|
||||
3, // [3:3] is the sub-list for extension type_name
|
||||
3, // [3:3] is the sub-list for extension extendee
|
||||
0, // [0:3] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_user_v1_user_proto_init() }
|
||||
func file_user_v1_user_proto_init() {
|
||||
if File_user_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_user_v1_user_proto_rawDesc), len(file_user_v1_user_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 16,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
GoTypes: file_user_v1_user_proto_goTypes,
|
||||
DependencyIndexes: file_user_v1_user_proto_depIdxs,
|
||||
MessageInfos: file_user_v1_user_proto_msgTypes,
|
||||
}.Build()
|
||||
File_user_v1_user_proto = out.File
|
||||
file_user_v1_user_proto_goTypes = nil
|
||||
file_user_v1_user_proto_depIdxs = nil
|
||||
}
|
||||
307
user/v1/userv1connect/service.connect.go
Normal file
307
user/v1/userv1connect/service.connect.go
Normal file
@@ -0,0 +1,307 @@
|
||||
// Code generated by protoc-gen-connect-go. DO NOT EDIT.
|
||||
//
|
||||
// Source: user/v1/service.proto
|
||||
|
||||
package userv1connect
|
||||
|
||||
import (
|
||||
connect "connectrpc.com/connect"
|
||||
context "context"
|
||||
errors "errors"
|
||||
v1 "git.shenxianhe.cn/shenxianhe/sdk/user/v1"
|
||||
http "net/http"
|
||||
strings "strings"
|
||||
)
|
||||
|
||||
// This is a compile-time assertion to ensure that this generated file and the connect package are
|
||||
// compatible. If you get a compiler error that this constant is not defined, this code was
|
||||
// generated with a version of connect newer than the one compiled into your binary. You can fix the
|
||||
// problem by either regenerating this code with an older version of connect or updating the connect
|
||||
// version compiled into your binary.
|
||||
const _ = connect.IsAtLeastVersion1_13_0
|
||||
|
||||
const (
|
||||
// UserServiceName is the fully-qualified name of the UserService service.
|
||||
UserServiceName = "user.v1.UserService"
|
||||
)
|
||||
|
||||
// These constants are the fully-qualified names of the RPCs defined in this package. They're
|
||||
// exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
|
||||
//
|
||||
// Note that these are different from the fully-qualified method names used by
|
||||
// google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to
|
||||
// reflection-formatted method names, remove the leading slash and convert the remaining slash to a
|
||||
// period.
|
||||
const (
|
||||
// UserServiceSendCredentialProcedure is the fully-qualified name of the UserService's
|
||||
// SendCredential RPC.
|
||||
UserServiceSendCredentialProcedure = "/user.v1.UserService/SendCredential"
|
||||
// UserServiceAuthProcedure is the fully-qualified name of the UserService's Auth RPC.
|
||||
UserServiceAuthProcedure = "/user.v1.UserService/Auth"
|
||||
// UserServiceSetPasswordProcedure is the fully-qualified name of the UserService's SetPassword RPC.
|
||||
UserServiceSetPasswordProcedure = "/user.v1.UserService/SetPassword"
|
||||
// UserServiceSetNameProcedure is the fully-qualified name of the UserService's SetName RPC.
|
||||
UserServiceSetNameProcedure = "/user.v1.UserService/SetName"
|
||||
// UserServiceGetAvatarUploadURLProcedure is the fully-qualified name of the UserService's
|
||||
// GetAvatarUploadURL RPC.
|
||||
UserServiceGetAvatarUploadURLProcedure = "/user.v1.UserService/GetAvatarUploadURL"
|
||||
// UserServiceSetAvatarProcedure is the fully-qualified name of the UserService's SetAvatar RPC.
|
||||
UserServiceSetAvatarProcedure = "/user.v1.UserService/SetAvatar"
|
||||
// UserServiceSetDescriptionProcedure is the fully-qualified name of the UserService's
|
||||
// SetDescription RPC.
|
||||
UserServiceSetDescriptionProcedure = "/user.v1.UserService/SetDescription"
|
||||
// UserServiceGetUserInfoProcedure is the fully-qualified name of the UserService's GetUserInfo RPC.
|
||||
UserServiceGetUserInfoProcedure = "/user.v1.UserService/GetUserInfo"
|
||||
)
|
||||
|
||||
// UserServiceClient is a client for the user.v1.UserService service.
|
||||
type UserServiceClient interface {
|
||||
SendCredential(context.Context, *connect.Request[v1.SendCredentialRequest]) (*connect.Response[v1.SendCredentialResponse], error)
|
||||
Auth(context.Context, *connect.Request[v1.AuthRequest]) (*connect.Response[v1.AuthResponse], error)
|
||||
SetPassword(context.Context, *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error)
|
||||
SetName(context.Context, *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error)
|
||||
GetAvatarUploadURL(context.Context, *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error)
|
||||
SetAvatar(context.Context, *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error)
|
||||
SetDescription(context.Context, *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error)
|
||||
GetUserInfo(context.Context, *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error)
|
||||
}
|
||||
|
||||
// NewUserServiceClient constructs a client for the user.v1.UserService service. By default, it uses
|
||||
// the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends
|
||||
// uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or
|
||||
// connect.WithGRPCWeb() options.
|
||||
//
|
||||
// The URL supplied here should be the base URL for the Connect or gRPC server (for example,
|
||||
// http://api.acme.com or https://acme.com/grpc).
|
||||
func NewUserServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) UserServiceClient {
|
||||
baseURL = strings.TrimRight(baseURL, "/")
|
||||
userServiceMethods := v1.File_user_v1_service_proto.Services().ByName("UserService").Methods()
|
||||
return &userServiceClient{
|
||||
sendCredential: connect.NewClient[v1.SendCredentialRequest, v1.SendCredentialResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceSendCredentialProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("SendCredential")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
auth: connect.NewClient[v1.AuthRequest, v1.AuthResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceAuthProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("Auth")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
setPassword: connect.NewClient[v1.SetPasswordRequest, v1.SetPasswordResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceSetPasswordProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetPassword")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
setName: connect.NewClient[v1.SetNameRequest, v1.SetNameResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceSetNameProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetName")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
getAvatarUploadURL: connect.NewClient[v1.GetAvatarUploadURLRequest, v1.GetAvatarUploadURLResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceGetAvatarUploadURLProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("GetAvatarUploadURL")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
setAvatar: connect.NewClient[v1.SetAvatarRequest, v1.SetAvatarResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceSetAvatarProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetAvatar")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
setDescription: connect.NewClient[v1.SetDescriptionRequest, v1.SetDescriptionResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceSetDescriptionProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetDescription")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
getUserInfo: connect.NewClient[v1.GetUserInfoRequest, v1.GetUserInfoResponse](
|
||||
httpClient,
|
||||
baseURL+UserServiceGetUserInfoProcedure,
|
||||
connect.WithSchema(userServiceMethods.ByName("GetUserInfo")),
|
||||
connect.WithClientOptions(opts...),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
// userServiceClient implements UserServiceClient.
|
||||
type userServiceClient struct {
|
||||
sendCredential *connect.Client[v1.SendCredentialRequest, v1.SendCredentialResponse]
|
||||
auth *connect.Client[v1.AuthRequest, v1.AuthResponse]
|
||||
setPassword *connect.Client[v1.SetPasswordRequest, v1.SetPasswordResponse]
|
||||
setName *connect.Client[v1.SetNameRequest, v1.SetNameResponse]
|
||||
getAvatarUploadURL *connect.Client[v1.GetAvatarUploadURLRequest, v1.GetAvatarUploadURLResponse]
|
||||
setAvatar *connect.Client[v1.SetAvatarRequest, v1.SetAvatarResponse]
|
||||
setDescription *connect.Client[v1.SetDescriptionRequest, v1.SetDescriptionResponse]
|
||||
getUserInfo *connect.Client[v1.GetUserInfoRequest, v1.GetUserInfoResponse]
|
||||
}
|
||||
|
||||
// SendCredential calls user.v1.UserService.SendCredential.
|
||||
func (c *userServiceClient) SendCredential(ctx context.Context, req *connect.Request[v1.SendCredentialRequest]) (*connect.Response[v1.SendCredentialResponse], error) {
|
||||
return c.sendCredential.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// Auth calls user.v1.UserService.Auth.
|
||||
func (c *userServiceClient) Auth(ctx context.Context, req *connect.Request[v1.AuthRequest]) (*connect.Response[v1.AuthResponse], error) {
|
||||
return c.auth.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// SetPassword calls user.v1.UserService.SetPassword.
|
||||
func (c *userServiceClient) SetPassword(ctx context.Context, req *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error) {
|
||||
return c.setPassword.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// SetName calls user.v1.UserService.SetName.
|
||||
func (c *userServiceClient) SetName(ctx context.Context, req *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error) {
|
||||
return c.setName.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// GetAvatarUploadURL calls user.v1.UserService.GetAvatarUploadURL.
|
||||
func (c *userServiceClient) GetAvatarUploadURL(ctx context.Context, req *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error) {
|
||||
return c.getAvatarUploadURL.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// SetAvatar calls user.v1.UserService.SetAvatar.
|
||||
func (c *userServiceClient) SetAvatar(ctx context.Context, req *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error) {
|
||||
return c.setAvatar.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// SetDescription calls user.v1.UserService.SetDescription.
|
||||
func (c *userServiceClient) SetDescription(ctx context.Context, req *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error) {
|
||||
return c.setDescription.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// GetUserInfo calls user.v1.UserService.GetUserInfo.
|
||||
func (c *userServiceClient) GetUserInfo(ctx context.Context, req *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error) {
|
||||
return c.getUserInfo.CallUnary(ctx, req)
|
||||
}
|
||||
|
||||
// UserServiceHandler is an implementation of the user.v1.UserService service.
|
||||
type UserServiceHandler interface {
|
||||
SendCredential(context.Context, *connect.Request[v1.SendCredentialRequest]) (*connect.Response[v1.SendCredentialResponse], error)
|
||||
Auth(context.Context, *connect.Request[v1.AuthRequest]) (*connect.Response[v1.AuthResponse], error)
|
||||
SetPassword(context.Context, *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error)
|
||||
SetName(context.Context, *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error)
|
||||
GetAvatarUploadURL(context.Context, *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error)
|
||||
SetAvatar(context.Context, *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error)
|
||||
SetDescription(context.Context, *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error)
|
||||
GetUserInfo(context.Context, *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error)
|
||||
}
|
||||
|
||||
// NewUserServiceHandler builds an HTTP handler from the service implementation. It returns the path
|
||||
// on which to mount the handler and the handler itself.
|
||||
//
|
||||
// By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf
|
||||
// and JSON codecs. They also support gzip compression.
|
||||
func NewUserServiceHandler(svc UserServiceHandler, opts ...connect.HandlerOption) (string, http.Handler) {
|
||||
userServiceMethods := v1.File_user_v1_service_proto.Services().ByName("UserService").Methods()
|
||||
userServiceSendCredentialHandler := connect.NewUnaryHandler(
|
||||
UserServiceSendCredentialProcedure,
|
||||
svc.SendCredential,
|
||||
connect.WithSchema(userServiceMethods.ByName("SendCredential")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceAuthHandler := connect.NewUnaryHandler(
|
||||
UserServiceAuthProcedure,
|
||||
svc.Auth,
|
||||
connect.WithSchema(userServiceMethods.ByName("Auth")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceSetPasswordHandler := connect.NewUnaryHandler(
|
||||
UserServiceSetPasswordProcedure,
|
||||
svc.SetPassword,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetPassword")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceSetNameHandler := connect.NewUnaryHandler(
|
||||
UserServiceSetNameProcedure,
|
||||
svc.SetName,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetName")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceGetAvatarUploadURLHandler := connect.NewUnaryHandler(
|
||||
UserServiceGetAvatarUploadURLProcedure,
|
||||
svc.GetAvatarUploadURL,
|
||||
connect.WithSchema(userServiceMethods.ByName("GetAvatarUploadURL")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceSetAvatarHandler := connect.NewUnaryHandler(
|
||||
UserServiceSetAvatarProcedure,
|
||||
svc.SetAvatar,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetAvatar")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceSetDescriptionHandler := connect.NewUnaryHandler(
|
||||
UserServiceSetDescriptionProcedure,
|
||||
svc.SetDescription,
|
||||
connect.WithSchema(userServiceMethods.ByName("SetDescription")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
userServiceGetUserInfoHandler := connect.NewUnaryHandler(
|
||||
UserServiceGetUserInfoProcedure,
|
||||
svc.GetUserInfo,
|
||||
connect.WithSchema(userServiceMethods.ByName("GetUserInfo")),
|
||||
connect.WithHandlerOptions(opts...),
|
||||
)
|
||||
return "/user.v1.UserService/", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
switch r.URL.Path {
|
||||
case UserServiceSendCredentialProcedure:
|
||||
userServiceSendCredentialHandler.ServeHTTP(w, r)
|
||||
case UserServiceAuthProcedure:
|
||||
userServiceAuthHandler.ServeHTTP(w, r)
|
||||
case UserServiceSetPasswordProcedure:
|
||||
userServiceSetPasswordHandler.ServeHTTP(w, r)
|
||||
case UserServiceSetNameProcedure:
|
||||
userServiceSetNameHandler.ServeHTTP(w, r)
|
||||
case UserServiceGetAvatarUploadURLProcedure:
|
||||
userServiceGetAvatarUploadURLHandler.ServeHTTP(w, r)
|
||||
case UserServiceSetAvatarProcedure:
|
||||
userServiceSetAvatarHandler.ServeHTTP(w, r)
|
||||
case UserServiceSetDescriptionProcedure:
|
||||
userServiceSetDescriptionHandler.ServeHTTP(w, r)
|
||||
case UserServiceGetUserInfoProcedure:
|
||||
userServiceGetUserInfoHandler.ServeHTTP(w, r)
|
||||
default:
|
||||
http.NotFound(w, r)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// UnimplementedUserServiceHandler returns CodeUnimplemented from all methods.
|
||||
type UnimplementedUserServiceHandler struct{}
|
||||
|
||||
func (UnimplementedUserServiceHandler) SendCredential(context.Context, *connect.Request[v1.SendCredentialRequest]) (*connect.Response[v1.SendCredentialResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.SendCredential is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) Auth(context.Context, *connect.Request[v1.AuthRequest]) (*connect.Response[v1.AuthResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.Auth is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) SetPassword(context.Context, *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.SetPassword is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) SetName(context.Context, *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.SetName is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) GetAvatarUploadURL(context.Context, *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.GetAvatarUploadURL is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) SetAvatar(context.Context, *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.SetAvatar is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) SetDescription(context.Context, *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.SetDescription is not implemented"))
|
||||
}
|
||||
|
||||
func (UnimplementedUserServiceHandler) GetUserInfo(context.Context, *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error) {
|
||||
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("user.v1.UserService.GetUserInfo is not implemented"))
|
||||
}
|
||||
Reference in New Issue
Block a user