自动生成 protobuf 代码 (tag: v1.8.0)
This commit is contained in:
@@ -22,118 +22,6 @@ const (
|
||||
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||||
)
|
||||
|
||||
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[0]
|
||||
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[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 AuthRequest.ProtoReflect.Descriptor instead.
|
||||
func (*AuthRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
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[1]
|
||||
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[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 AuthResponse.ProtoReflect.Descriptor instead.
|
||||
func (*AuthResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
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"` // 认证类型
|
||||
@@ -146,7 +34,7 @@ type SetPasswordRequest struct {
|
||||
|
||||
func (x *SetPasswordRequest) Reset() {
|
||||
*x = SetPasswordRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[2]
|
||||
mi := &file_user_v1_user_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -158,7 +46,7 @@ func (x *SetPasswordRequest) String() string {
|
||||
func (*SetPasswordRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetPasswordRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[2]
|
||||
mi := &file_user_v1_user_proto_msgTypes[0]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -171,7 +59,7 @@ func (x *SetPasswordRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetPasswordRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetPasswordRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{2}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *SetPasswordRequest) GetAuthType() v1.AuthenticationType {
|
||||
@@ -210,7 +98,7 @@ type SetPasswordResponse struct {
|
||||
|
||||
func (x *SetPasswordResponse) Reset() {
|
||||
*x = SetPasswordResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[3]
|
||||
mi := &file_user_v1_user_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -222,7 +110,7 @@ func (x *SetPasswordResponse) String() string {
|
||||
func (*SetPasswordResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetPasswordResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[3]
|
||||
mi := &file_user_v1_user_proto_msgTypes[1]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -235,7 +123,7 @@ func (x *SetPasswordResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetPasswordResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetPasswordResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{3}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
type SetNameRequest struct {
|
||||
@@ -247,7 +135,7 @@ type SetNameRequest struct {
|
||||
|
||||
func (x *SetNameRequest) Reset() {
|
||||
*x = SetNameRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[4]
|
||||
mi := &file_user_v1_user_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -259,7 +147,7 @@ func (x *SetNameRequest) String() string {
|
||||
func (*SetNameRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetNameRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[4]
|
||||
mi := &file_user_v1_user_proto_msgTypes[2]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -272,7 +160,7 @@ func (x *SetNameRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetNameRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetNameRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{4}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{2}
|
||||
}
|
||||
|
||||
func (x *SetNameRequest) GetName() string {
|
||||
@@ -290,7 +178,7 @@ type SetNameResponse struct {
|
||||
|
||||
func (x *SetNameResponse) Reset() {
|
||||
*x = SetNameResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[5]
|
||||
mi := &file_user_v1_user_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -302,7 +190,7 @@ func (x *SetNameResponse) String() string {
|
||||
func (*SetNameResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetNameResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[5]
|
||||
mi := &file_user_v1_user_proto_msgTypes[3]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -315,7 +203,7 @@ func (x *SetNameResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetNameResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetNameResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{5}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{3}
|
||||
}
|
||||
|
||||
type GetAvatarUploadURLRequest struct {
|
||||
@@ -326,7 +214,7 @@ type GetAvatarUploadURLRequest struct {
|
||||
|
||||
func (x *GetAvatarUploadURLRequest) Reset() {
|
||||
*x = GetAvatarUploadURLRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[6]
|
||||
mi := &file_user_v1_user_proto_msgTypes[4]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -338,7 +226,7 @@ func (x *GetAvatarUploadURLRequest) String() string {
|
||||
func (*GetAvatarUploadURLRequest) ProtoMessage() {}
|
||||
|
||||
func (x *GetAvatarUploadURLRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[6]
|
||||
mi := &file_user_v1_user_proto_msgTypes[4]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -351,7 +239,7 @@ func (x *GetAvatarUploadURLRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetAvatarUploadURLRequest.ProtoReflect.Descriptor instead.
|
||||
func (*GetAvatarUploadURLRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{6}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{4}
|
||||
}
|
||||
|
||||
type GetAvatarUploadURLResponse struct {
|
||||
@@ -364,7 +252,7 @@ type GetAvatarUploadURLResponse struct {
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) Reset() {
|
||||
*x = GetAvatarUploadURLResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[7]
|
||||
mi := &file_user_v1_user_proto_msgTypes[5]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -376,7 +264,7 @@ func (x *GetAvatarUploadURLResponse) String() string {
|
||||
func (*GetAvatarUploadURLResponse) ProtoMessage() {}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[7]
|
||||
mi := &file_user_v1_user_proto_msgTypes[5]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -389,7 +277,7 @@ func (x *GetAvatarUploadURLResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetAvatarUploadURLResponse.ProtoReflect.Descriptor instead.
|
||||
func (*GetAvatarUploadURLResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{7}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{5}
|
||||
}
|
||||
|
||||
func (x *GetAvatarUploadURLResponse) GetKey() string {
|
||||
@@ -415,7 +303,7 @@ type SetAvatarRequest struct {
|
||||
|
||||
func (x *SetAvatarRequest) Reset() {
|
||||
*x = SetAvatarRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[8]
|
||||
mi := &file_user_v1_user_proto_msgTypes[6]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -427,7 +315,7 @@ func (x *SetAvatarRequest) String() string {
|
||||
func (*SetAvatarRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetAvatarRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[8]
|
||||
mi := &file_user_v1_user_proto_msgTypes[6]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -440,7 +328,7 @@ func (x *SetAvatarRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetAvatarRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetAvatarRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{8}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{6}
|
||||
}
|
||||
|
||||
func (x *SetAvatarRequest) GetKey() string {
|
||||
@@ -458,7 +346,7 @@ type SetAvatarResponse struct {
|
||||
|
||||
func (x *SetAvatarResponse) Reset() {
|
||||
*x = SetAvatarResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[9]
|
||||
mi := &file_user_v1_user_proto_msgTypes[7]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -470,7 +358,7 @@ func (x *SetAvatarResponse) String() string {
|
||||
func (*SetAvatarResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetAvatarResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[9]
|
||||
mi := &file_user_v1_user_proto_msgTypes[7]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -483,7 +371,7 @@ func (x *SetAvatarResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetAvatarResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetAvatarResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{9}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{7}
|
||||
}
|
||||
|
||||
type SetDescriptionRequest struct {
|
||||
@@ -495,7 +383,7 @@ type SetDescriptionRequest struct {
|
||||
|
||||
func (x *SetDescriptionRequest) Reset() {
|
||||
*x = SetDescriptionRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[10]
|
||||
mi := &file_user_v1_user_proto_msgTypes[8]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -507,7 +395,7 @@ func (x *SetDescriptionRequest) String() string {
|
||||
func (*SetDescriptionRequest) ProtoMessage() {}
|
||||
|
||||
func (x *SetDescriptionRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[10]
|
||||
mi := &file_user_v1_user_proto_msgTypes[8]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -520,7 +408,7 @@ func (x *SetDescriptionRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetDescriptionRequest.ProtoReflect.Descriptor instead.
|
||||
func (*SetDescriptionRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{10}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{8}
|
||||
}
|
||||
|
||||
func (x *SetDescriptionRequest) GetDescription() string {
|
||||
@@ -538,7 +426,7 @@ type SetDescriptionResponse struct {
|
||||
|
||||
func (x *SetDescriptionResponse) Reset() {
|
||||
*x = SetDescriptionResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[11]
|
||||
mi := &file_user_v1_user_proto_msgTypes[9]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -550,7 +438,7 @@ func (x *SetDescriptionResponse) String() string {
|
||||
func (*SetDescriptionResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SetDescriptionResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[11]
|
||||
mi := &file_user_v1_user_proto_msgTypes[9]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -563,7 +451,7 @@ func (x *SetDescriptionResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SetDescriptionResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SetDescriptionResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{11}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{9}
|
||||
}
|
||||
|
||||
type GetUserInfoRequest struct {
|
||||
@@ -574,7 +462,7 @@ type GetUserInfoRequest struct {
|
||||
|
||||
func (x *GetUserInfoRequest) Reset() {
|
||||
*x = GetUserInfoRequest{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[12]
|
||||
mi := &file_user_v1_user_proto_msgTypes[10]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -586,7 +474,7 @@ func (x *GetUserInfoRequest) String() string {
|
||||
func (*GetUserInfoRequest) ProtoMessage() {}
|
||||
|
||||
func (x *GetUserInfoRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[12]
|
||||
mi := &file_user_v1_user_proto_msgTypes[10]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -599,7 +487,7 @@ func (x *GetUserInfoRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetUserInfoRequest.ProtoReflect.Descriptor instead.
|
||||
func (*GetUserInfoRequest) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{12}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{10}
|
||||
}
|
||||
|
||||
type GetUserInfoResponse struct {
|
||||
@@ -617,7 +505,7 @@ type GetUserInfoResponse struct {
|
||||
|
||||
func (x *GetUserInfoResponse) Reset() {
|
||||
*x = GetUserInfoResponse{}
|
||||
mi := &file_user_v1_user_proto_msgTypes[13]
|
||||
mi := &file_user_v1_user_proto_msgTypes[11]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -629,7 +517,7 @@ func (x *GetUserInfoResponse) String() string {
|
||||
func (*GetUserInfoResponse) ProtoMessage() {}
|
||||
|
||||
func (x *GetUserInfoResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_user_v1_user_proto_msgTypes[13]
|
||||
mi := &file_user_v1_user_proto_msgTypes[11]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -642,7 +530,7 @@ func (x *GetUserInfoResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetUserInfoResponse.ProtoReflect.Descriptor instead.
|
||||
func (*GetUserInfoResponse) Descriptor() ([]byte, []int) {
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{13}
|
||||
return file_user_v1_user_proto_rawDescGZIP(), []int{11}
|
||||
}
|
||||
|
||||
func (x *GetUserInfoResponse) GetId() string {
|
||||
@@ -698,16 +586,7 @@ 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\"\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" +
|
||||
"\x12user/v1/user.proto\x12\auser.v1\x1a\x13enums/v1/user.proto\"\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" +
|
||||
@@ -751,32 +630,29 @@ func file_user_v1_user_proto_rawDescGZIP() []byte {
|
||||
return file_user_v1_user_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_user_v1_user_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
||||
var file_user_v1_user_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
||||
var file_user_v1_user_proto_goTypes = []any{
|
||||
(*AuthRequest)(nil), // 0: user.v1.AuthRequest
|
||||
(*AuthResponse)(nil), // 1: user.v1.AuthResponse
|
||||
(*SetPasswordRequest)(nil), // 2: user.v1.SetPasswordRequest
|
||||
(*SetPasswordResponse)(nil), // 3: user.v1.SetPasswordResponse
|
||||
(*SetNameRequest)(nil), // 4: user.v1.SetNameRequest
|
||||
(*SetNameResponse)(nil), // 5: user.v1.SetNameResponse
|
||||
(*GetAvatarUploadURLRequest)(nil), // 6: user.v1.GetAvatarUploadURLRequest
|
||||
(*GetAvatarUploadURLResponse)(nil), // 7: user.v1.GetAvatarUploadURLResponse
|
||||
(*SetAvatarRequest)(nil), // 8: user.v1.SetAvatarRequest
|
||||
(*SetAvatarResponse)(nil), // 9: user.v1.SetAvatarResponse
|
||||
(*SetDescriptionRequest)(nil), // 10: user.v1.SetDescriptionRequest
|
||||
(*SetDescriptionResponse)(nil), // 11: user.v1.SetDescriptionResponse
|
||||
(*GetUserInfoRequest)(nil), // 12: user.v1.GetUserInfoRequest
|
||||
(*GetUserInfoResponse)(nil), // 13: user.v1.GetUserInfoResponse
|
||||
(v1.AuthenticationType)(0), // 14: enums.v1.AuthenticationType
|
||||
(*SetPasswordRequest)(nil), // 0: user.v1.SetPasswordRequest
|
||||
(*SetPasswordResponse)(nil), // 1: user.v1.SetPasswordResponse
|
||||
(*SetNameRequest)(nil), // 2: user.v1.SetNameRequest
|
||||
(*SetNameResponse)(nil), // 3: user.v1.SetNameResponse
|
||||
(*GetAvatarUploadURLRequest)(nil), // 4: user.v1.GetAvatarUploadURLRequest
|
||||
(*GetAvatarUploadURLResponse)(nil), // 5: user.v1.GetAvatarUploadURLResponse
|
||||
(*SetAvatarRequest)(nil), // 6: user.v1.SetAvatarRequest
|
||||
(*SetAvatarResponse)(nil), // 7: user.v1.SetAvatarResponse
|
||||
(*SetDescriptionRequest)(nil), // 8: user.v1.SetDescriptionRequest
|
||||
(*SetDescriptionResponse)(nil), // 9: user.v1.SetDescriptionResponse
|
||||
(*GetUserInfoRequest)(nil), // 10: user.v1.GetUserInfoRequest
|
||||
(*GetUserInfoResponse)(nil), // 11: user.v1.GetUserInfoResponse
|
||||
(v1.AuthenticationType)(0), // 12: enums.v1.AuthenticationType
|
||||
}
|
||||
var file_user_v1_user_proto_depIdxs = []int32{
|
||||
14, // 0: user.v1.AuthRequest.auth_type:type_name -> enums.v1.AuthenticationType
|
||||
14, // 1: user.v1.SetPasswordRequest.auth_type:type_name -> enums.v1.AuthenticationType
|
||||
2, // [2:2] is the sub-list for method output_type
|
||||
2, // [2:2] is the sub-list for method input_type
|
||||
2, // [2:2] is the sub-list for extension type_name
|
||||
2, // [2:2] is the sub-list for extension extendee
|
||||
0, // [0:2] is the sub-list for field type_name
|
||||
12, // 0: user.v1.SetPasswordRequest.auth_type:type_name -> enums.v1.AuthenticationType
|
||||
1, // [1:1] is the sub-list for method output_type
|
||||
1, // [1:1] is the sub-list for method input_type
|
||||
1, // [1:1] is the sub-list for extension type_name
|
||||
1, // [1:1] is the sub-list for extension extendee
|
||||
0, // [0:1] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_user_v1_user_proto_init() }
|
||||
@@ -790,7 +666,7 @@ func file_user_v1_user_proto_init() {
|
||||
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: 14,
|
||||
NumMessages: 12,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user