// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.19.4 // source: user/user.proto package common import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) 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 EThirdPartyType int32 const ( EThirdPartyType_UnknownThirdPartyType EThirdPartyType = 0 EThirdPartyType_Phone EThirdPartyType = 1 EThirdPartyType_Google EThirdPartyType = 2 EThirdPartyType_Facebook EThirdPartyType = 3 EThirdPartyType_Apple EThirdPartyType = 4 EThirdPartyType_WeChat EThirdPartyType = 5 ) // Enum value maps for EThirdPartyType. var ( EThirdPartyType_name = map[int32]string{ 0: "UnknownThirdPartyType", 1: "Phone", 2: "Google", 3: "Facebook", 4: "Apple", 5: "WeChat", } EThirdPartyType_value = map[string]int32{ "UnknownThirdPartyType": 0, "Phone": 1, "Google": 2, "Facebook": 3, "Apple": 4, "WeChat": 5, } ) func (x EThirdPartyType) Enum() *EThirdPartyType { p := new(EThirdPartyType) *p = x return p } func (x EThirdPartyType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (EThirdPartyType) Descriptor() protoreflect.EnumDescriptor { return file_user_user_proto_enumTypes[0].Descriptor() } func (EThirdPartyType) Type() protoreflect.EnumType { return &file_user_user_proto_enumTypes[0] } func (x EThirdPartyType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use EThirdPartyType.Descriptor instead. func (EThirdPartyType) EnumDescriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{0} } type ESex int32 const ( ESex_UnknownSex ESex = 0 ESex_Male ESex = 1 ESex_Female ESex = 2 ) // Enum value maps for ESex. var ( ESex_name = map[int32]string{ 0: "UnknownSex", 1: "Male", 2: "Female", } ESex_value = map[string]int32{ "UnknownSex": 0, "Male": 1, "Female": 2, } ) func (x ESex) Enum() *ESex { p := new(ESex) *p = x return p } func (x ESex) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ESex) Descriptor() protoreflect.EnumDescriptor { return file_user_user_proto_enumTypes[1].Descriptor() } func (ESex) Type() protoreflect.EnumType { return &file_user_user_proto_enumTypes[1] } func (x ESex) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use ESex.Descriptor instead. func (ESex) EnumDescriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{1} } type CvUserDetail struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ILikeCount *int32 `protobuf:"varint,1,opt,name=ILikeCount,proto3,oneof" json:"ILikeCount,omitempty"` //统计:我喜欢多少人 LikeCount *int32 `protobuf:"varint,2,opt,name=LikeCount,proto3,oneof" json:"LikeCount,omitempty"` //统计:多少人喜欢你, (本才才有数据,不是本人,数据为nil) VisitCount *int32 `protobuf:"varint,3,opt,name=VisitCount,proto3,oneof" json:"VisitCount,omitempty"` //统计:多少人访问你 IsPush *int32 `protobuf:"varint,4,opt,name=IsPush,proto3,oneof" json:"IsPush,omitempty"` //消息提醒, 1:开启,2:关闭 DiamondNum *int32 `protobuf:"varint,5,opt,name=DiamondNum,proto3,oneof" json:"DiamondNum,omitempty"` //钻石数量(本人才有数据,不是本人,数据为nil) IsLike *bool `protobuf:"varint,6,opt,name=IsLike,proto3,oneof" json:"IsLike,omitempty"` //是否喜欢(本人没有数据,//20210205 已废弃nil,产品说:可以自己喜欢自己) IsSession *bool `protobuf:"varint,7,opt,name=IsSession,proto3,oneof" json:"IsSession,omitempty"` //是否存在会话(本人没有数据) IsLikeMe *bool `protobuf:"varint,8,opt,name=IsLikeMe,proto3,oneof" json:"IsLikeMe,omitempty"` HeartValue int32 `protobuf:"varint,9,opt,name=HeartValue,proto3" json:"HeartValue,omitempty"` // 与我之间永恒之心的值 HeartValueMax int32 `protobuf:"varint,10,opt,name=HeartValueMax,proto3" json:"HeartValueMax,omitempty"` // 与我之间永恒之心的最大值(0代表没有永恒之心,即没有相互关注) MeetDays int32 `protobuf:"varint,11,opt,name=MeetDays,proto3" json:"MeetDays,omitempty"` // 成长关系建立的时间(天数) WealthUserGrade int32 `protobuf:"varint,12,opt,name=WealthUserGrade,proto3" json:"WealthUserGrade,omitempty"` //财富等级 CharmUserGrade int32 `protobuf:"varint,13,opt,name=CharmUserGrade,proto3" json:"CharmUserGrade,omitempty"` //魅力等级 ActivityUserGrade int32 `protobuf:"varint,14,opt,name=ActivityUserGrade,proto3" json:"ActivityUserGrade,omitempty"` //活跃等级 CurrentRoom string `protobuf:"bytes,15,opt,name=CurrentRoom,proto3" json:"CurrentRoom,omitempty"` // 当前用户所在房间(产品叫“群组”) MyGroupPower int64 `protobuf:"varint,16,opt,name=MyGroupPower,proto3" json:"MyGroupPower,omitempty"` // 当前用户所在势力 MyGroupPowerName string `protobuf:"bytes,17,opt,name=MyGroupPowerName,proto3" json:"MyGroupPowerName,omitempty"` // 当前用户所在势力绑定群组的名称 } func (x *CvUserDetail) Reset() { *x = CvUserDetail{} if protoimpl.UnsafeEnabled { mi := &file_user_user_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CvUserDetail) String() string { return protoimpl.X.MessageStringOf(x) } func (*CvUserDetail) ProtoMessage() {} func (x *CvUserDetail) ProtoReflect() protoreflect.Message { mi := &file_user_user_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CvUserDetail.ProtoReflect.Descriptor instead. func (*CvUserDetail) Descriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{0} } func (x *CvUserDetail) GetILikeCount() int32 { if x != nil && x.ILikeCount != nil { return *x.ILikeCount } return 0 } func (x *CvUserDetail) GetLikeCount() int32 { if x != nil && x.LikeCount != nil { return *x.LikeCount } return 0 } func (x *CvUserDetail) GetVisitCount() int32 { if x != nil && x.VisitCount != nil { return *x.VisitCount } return 0 } func (x *CvUserDetail) GetIsPush() int32 { if x != nil && x.IsPush != nil { return *x.IsPush } return 0 } func (x *CvUserDetail) GetDiamondNum() int32 { if x != nil && x.DiamondNum != nil { return *x.DiamondNum } return 0 } func (x *CvUserDetail) GetIsLike() bool { if x != nil && x.IsLike != nil { return *x.IsLike } return false } func (x *CvUserDetail) GetIsSession() bool { if x != nil && x.IsSession != nil { return *x.IsSession } return false } func (x *CvUserDetail) GetIsLikeMe() bool { if x != nil && x.IsLikeMe != nil { return *x.IsLikeMe } return false } func (x *CvUserDetail) GetHeartValue() int32 { if x != nil { return x.HeartValue } return 0 } func (x *CvUserDetail) GetHeartValueMax() int32 { if x != nil { return x.HeartValueMax } return 0 } func (x *CvUserDetail) GetMeetDays() int32 { if x != nil { return x.MeetDays } return 0 } func (x *CvUserDetail) GetWealthUserGrade() int32 { if x != nil { return x.WealthUserGrade } return 0 } func (x *CvUserDetail) GetCharmUserGrade() int32 { if x != nil { return x.CharmUserGrade } return 0 } func (x *CvUserDetail) GetActivityUserGrade() int32 { if x != nil { return x.ActivityUserGrade } return 0 } func (x *CvUserDetail) GetCurrentRoom() string { if x != nil { return x.CurrentRoom } return "" } func (x *CvUserDetail) GetMyGroupPower() int64 { if x != nil { return x.MyGroupPower } return 0 } func (x *CvUserDetail) GetMyGroupPowerName() string { if x != nil { return x.MyGroupPowerName } return "" } type UserBase struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //不会有返回值 Avatar *string `protobuf:"bytes,2,opt,name=Avatar,proto3,oneof" json:"Avatar,omitempty"` //头像,不存在为nil DefaultAvatar *bool `protobuf:"varint,3,opt,name=DefaultAvatar,proto3,oneof" json:"DefaultAvatar,omitempty"` //是否默认头像 true:是 false:不是 ExternalId *string `protobuf:"bytes,4,opt,name=ExternalId,proto3,oneof" json:"ExternalId,omitempty"` //用户对外ID Nick *string `protobuf:"bytes,5,opt,name=Nick,proto3,oneof" json:"Nick,omitempty"` //昵称,不存在为nil Description *string `protobuf:"bytes,6,opt,name=Description,proto3,oneof" json:"Description,omitempty"` //签名,不存在为nil ESex *int32 `protobuf:"varint,7,opt,name=ESex,proto3,oneof" json:"ESex,omitempty"` //性别 1:男 2:女,不存在为nil Country *string `protobuf:"bytes,8,opt,name=Country,proto3,oneof" json:"Country,omitempty"` //国家,不存在为nil CountryIcon *string `protobuf:"bytes,9,opt,name=CountryIcon,proto3,oneof" json:"CountryIcon,omitempty"` //国旗图标,不存在为nil Code *string `protobuf:"bytes,10,opt,name=Code,proto3,oneof" json:"Code,omitempty"` //邀请码 IsPrettyCode bool `protobuf:"varint,11,opt,name=IsPrettyCode,proto3" json:"IsPrettyCode,omitempty"` // 是否靓号 IsLogout bool `protobuf:"varint,12,opt,name=IsLogout,proto3" json:"IsLogout,omitempty"` //是否注销 Birthday *int64 `protobuf:"varint,13,opt,name=Birthday,proto3,oneof" json:"Birthday,omitempty"` //生日,如果是其它人用户信息,年龄则按照是否展示显示,如果是本人,年龄则按照是否存在展示 IsShowAge *bool `protobuf:"varint,14,opt,name=IsShowAge,proto3,oneof" json:"IsShowAge,omitempty"` // 是否展示年龄, 是本人才有数据,看其他用户均为nil IsTradeUnion *bool `protobuf:"varint,15,opt,name=IsTradeUnion,proto3,oneof" json:"IsTradeUnion,omitempty"` // 是否工会成员, 只有是自己查自己,这个才有值,其它全为nil, 20220329 数据开放:原因:产品1对1视频聊天中,公会用户视频需要送礼物。改为: 全部人可以知道是否是公会用户。 IsAgentMgr *bool `protobuf:"varint,16,opt,name=IsAgentMgr,proto3,oneof" json:"IsAgentMgr,omitempty"` // 是否代理管理员, 只有自己查自己的时候才有值,其他情况为nil IsTradeUnionMatchNotification *bool `protobuf:"varint,17,opt,name=IsTradeUnionMatchNotification,proto3,oneof" json:"IsTradeUnionMatchNotification,omitempty"` // 工会成员,是否开启了,匹配通知,只有 isTradeUnion值为true,这里才有值, IsVip bool `protobuf:"varint,18,opt,name=IsVip,proto3" json:"IsVip,omitempty"` // 是否VIP用户 IsOfficialStaff bool `protobuf:"varint,19,opt,name=IsOfficialStaff,proto3" json:"IsOfficialStaff,omitempty"` // 是否是官方人员 VipExpireTime *int64 `protobuf:"varint,20,opt,name=VipExpireTime,proto3,oneof" json:"VipExpireTime,omitempty"` // VIP用户过期时间(只有自己查询自己,才返回) Medals []int32 `protobuf:"varint,21,rep,packed,name=Medals,proto3" json:"Medals,omitempty"` // 勋章列表 TODO: 删除 MedalInfo []*CvMedal `protobuf:"bytes,22,rep,name=MedalInfo,proto3" json:"MedalInfo,omitempty"` // 勋章列表 Headwear *CvHeadwear `protobuf:"bytes,23,opt,name=Headwear,proto3,oneof" json:"Headwear,omitempty"` // 当前使用的头饰 Ride *CvProperty `protobuf:"bytes,24,opt,name=Ride,proto3" json:"Ride,omitempty"` // 当前使用的座驾 Noble *CvNoble `protobuf:"bytes,25,opt,name=Noble,proto3" json:"Noble,omitempty"` } func (x *UserBase) Reset() { *x = UserBase{} if protoimpl.UnsafeEnabled { mi := &file_user_user_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UserBase) String() string { return protoimpl.X.MessageStringOf(x) } func (*UserBase) ProtoMessage() {} func (x *UserBase) ProtoReflect() protoreflect.Message { mi := &file_user_user_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UserBase.ProtoReflect.Descriptor instead. func (*UserBase) Descriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{1} } func (x *UserBase) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *UserBase) GetAvatar() string { if x != nil && x.Avatar != nil { return *x.Avatar } return "" } func (x *UserBase) GetDefaultAvatar() bool { if x != nil && x.DefaultAvatar != nil { return *x.DefaultAvatar } return false } func (x *UserBase) GetExternalId() string { if x != nil && x.ExternalId != nil { return *x.ExternalId } return "" } func (x *UserBase) GetNick() string { if x != nil && x.Nick != nil { return *x.Nick } return "" } func (x *UserBase) GetDescription() string { if x != nil && x.Description != nil { return *x.Description } return "" } func (x *UserBase) GetESex() int32 { if x != nil && x.ESex != nil { return *x.ESex } return 0 } func (x *UserBase) GetCountry() string { if x != nil && x.Country != nil { return *x.Country } return "" } func (x *UserBase) GetCountryIcon() string { if x != nil && x.CountryIcon != nil { return *x.CountryIcon } return "" } func (x *UserBase) GetCode() string { if x != nil && x.Code != nil { return *x.Code } return "" } func (x *UserBase) GetIsPrettyCode() bool { if x != nil { return x.IsPrettyCode } return false } func (x *UserBase) GetIsLogout() bool { if x != nil { return x.IsLogout } return false } func (x *UserBase) GetBirthday() int64 { if x != nil && x.Birthday != nil { return *x.Birthday } return 0 } func (x *UserBase) GetIsShowAge() bool { if x != nil && x.IsShowAge != nil { return *x.IsShowAge } return false } func (x *UserBase) GetIsTradeUnion() bool { if x != nil && x.IsTradeUnion != nil { return *x.IsTradeUnion } return false } func (x *UserBase) GetIsAgentMgr() bool { if x != nil && x.IsAgentMgr != nil { return *x.IsAgentMgr } return false } func (x *UserBase) GetIsTradeUnionMatchNotification() bool { if x != nil && x.IsTradeUnionMatchNotification != nil { return *x.IsTradeUnionMatchNotification } return false } func (x *UserBase) GetIsVip() bool { if x != nil { return x.IsVip } return false } func (x *UserBase) GetIsOfficialStaff() bool { if x != nil { return x.IsOfficialStaff } return false } func (x *UserBase) GetVipExpireTime() int64 { if x != nil && x.VipExpireTime != nil { return *x.VipExpireTime } return 0 } func (x *UserBase) GetMedals() []int32 { if x != nil { return x.Medals } return nil } func (x *UserBase) GetMedalInfo() []*CvMedal { if x != nil { return x.MedalInfo } return nil } func (x *UserBase) GetHeadwear() *CvHeadwear { if x != nil { return x.Headwear } return nil } func (x *UserBase) GetRide() *CvProperty { if x != nil { return x.Ride } return nil } func (x *UserBase) GetNoble() *CvNoble { if x != nil { return x.Noble } return nil } type CvMedal struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` PicUrl string `protobuf:"bytes,2,opt,name=PicUrl,proto3" json:"PicUrl,omitempty"` EffectUrl string `protobuf:"bytes,3,opt,name=EffectUrl,proto3" json:"EffectUrl,omitempty"` } func (x *CvMedal) Reset() { *x = CvMedal{} if protoimpl.UnsafeEnabled { mi := &file_user_user_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CvMedal) String() string { return protoimpl.X.MessageStringOf(x) } func (*CvMedal) ProtoMessage() {} func (x *CvMedal) ProtoReflect() protoreflect.Message { mi := &file_user_user_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CvMedal.ProtoReflect.Descriptor instead. func (*CvMedal) Descriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{2} } func (x *CvMedal) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *CvMedal) GetPicUrl() string { if x != nil { return x.PicUrl } return "" } func (x *CvMedal) GetEffectUrl() string { if x != nil { return x.EffectUrl } return "" } type CvHeadwear struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` Using bool `protobuf:"varint,2,opt,name=Using,proto3" json:"Using,omitempty"` PicUrl string `protobuf:"bytes,3,opt,name=PicUrl,proto3" json:"PicUrl,omitempty"` EffectUrl string `protobuf:"bytes,4,opt,name=EffectUrl,proto3" json:"EffectUrl,omitempty"` TimeLeft int64 `protobuf:"varint,5,opt,name=TimeLeft,proto3" json:"TimeLeft,omitempty"` } func (x *CvHeadwear) Reset() { *x = CvHeadwear{} if protoimpl.UnsafeEnabled { mi := &file_user_user_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CvHeadwear) String() string { return protoimpl.X.MessageStringOf(x) } func (*CvHeadwear) ProtoMessage() {} func (x *CvHeadwear) ProtoReflect() protoreflect.Message { mi := &file_user_user_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CvHeadwear.ProtoReflect.Descriptor instead. func (*CvHeadwear) Descriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{3} } func (x *CvHeadwear) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *CvHeadwear) GetUsing() bool { if x != nil { return x.Using } return false } func (x *CvHeadwear) GetPicUrl() string { if x != nil { return x.PicUrl } return "" } func (x *CvHeadwear) GetEffectUrl() string { if x != nil { return x.EffectUrl } return "" } func (x *CvHeadwear) GetTimeLeft() int64 { if x != nil { return x.TimeLeft } return 0 } type CvProperty struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` PicUrl string `protobuf:"bytes,2,opt,name=PicUrl,proto3" json:"PicUrl,omitempty"` EffectUrl string `protobuf:"bytes,3,opt,name=EffectUrl,proto3" json:"EffectUrl,omitempty"` Using bool `protobuf:"varint,4,opt,name=Using,proto3" json:"Using,omitempty"` TimeLeft string `protobuf:"bytes,5,opt,name=TimeLeft,proto3" json:"TimeLeft,omitempty"` SenderAvatar string `protobuf:"bytes,6,opt,name=SenderAvatar,proto3" json:"SenderAvatar,omitempty"` ReceiverAvatar string `protobuf:"bytes,7,opt,name=ReceiverAvatar,proto3" json:"ReceiverAvatar,omitempty"` } func (x *CvProperty) Reset() { *x = CvProperty{} if protoimpl.UnsafeEnabled { mi := &file_user_user_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CvProperty) String() string { return protoimpl.X.MessageStringOf(x) } func (*CvProperty) ProtoMessage() {} func (x *CvProperty) ProtoReflect() protoreflect.Message { mi := &file_user_user_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CvProperty.ProtoReflect.Descriptor instead. func (*CvProperty) Descriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{4} } func (x *CvProperty) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *CvProperty) GetPicUrl() string { if x != nil { return x.PicUrl } return "" } func (x *CvProperty) GetEffectUrl() string { if x != nil { return x.EffectUrl } return "" } func (x *CvProperty) GetUsing() bool { if x != nil { return x.Using } return false } func (x *CvProperty) GetTimeLeft() string { if x != nil { return x.TimeLeft } return "" } func (x *CvProperty) GetSenderAvatar() string { if x != nil { return x.SenderAvatar } return "" } func (x *CvProperty) GetReceiverAvatar() string { if x != nil { return x.ReceiverAvatar } return "" } type CvNoble struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Level int32 `protobuf:"varint,1,opt,name=Level,proto3" json:"Level,omitempty"` EndTime int64 `protobuf:"varint,2,opt,name=EndTime,proto3" json:"EndTime,omitempty"` } func (x *CvNoble) Reset() { *x = CvNoble{} if protoimpl.UnsafeEnabled { mi := &file_user_user_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CvNoble) String() string { return protoimpl.X.MessageStringOf(x) } func (*CvNoble) ProtoMessage() {} func (x *CvNoble) ProtoReflect() protoreflect.Message { mi := &file_user_user_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CvNoble.ProtoReflect.Descriptor instead. func (*CvNoble) Descriptor() ([]byte, []int) { return file_user_user_proto_rawDescGZIP(), []int{5} } func (x *CvNoble) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *CvNoble) GetEndTime() int64 { if x != nil { return x.EndTime } return 0 } var File_user_user_proto protoreflect.FileDescriptor var file_user_user_proto_rawDesc = []byte{ 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x22, 0xde, 0x05, 0x0a, 0x0c, 0x43, 0x76, 0x55, 0x73, 0x65, 0x72, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x23, 0x0a, 0x0a, 0x49, 0x4c, 0x69, 0x6b, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0a, 0x49, 0x4c, 0x69, 0x6b, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x21, 0x0a, 0x09, 0x4c, 0x69, 0x6b, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x09, 0x4c, 0x69, 0x6b, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x56, 0x69, 0x73, 0x69, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x02, 0x52, 0x0a, 0x56, 0x69, 0x73, 0x69, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x49, 0x73, 0x50, 0x75, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x48, 0x03, 0x52, 0x06, 0x49, 0x73, 0x50, 0x75, 0x73, 0x68, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48, 0x04, 0x52, 0x0a, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x05, 0x52, 0x06, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x88, 0x01, 0x01, 0x12, 0x21, 0x0a, 0x09, 0x49, 0x73, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x09, 0x49, 0x73, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x08, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x0a, 0x48, 0x65, 0x61, 0x72, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x48, 0x65, 0x61, 0x72, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x48, 0x65, 0x61, 0x72, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4d, 0x61, 0x78, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x48, 0x65, 0x61, 0x72, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4d, 0x61, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x65, 0x65, 0x74, 0x44, 0x61, 0x79, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x4d, 0x65, 0x65, 0x74, 0x44, 0x61, 0x79, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x57, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x61, 0x64, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x57, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x61, 0x64, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x61, 0x64, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x61, 0x64, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x61, 0x64, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x61, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x4d, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x4d, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x10, 0x4d, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x4d, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x49, 0x4c, 0x69, 0x6b, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x4c, 0x69, 0x6b, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x56, 0x69, 0x73, 0x69, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x49, 0x73, 0x50, 0x75, 0x73, 0x68, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x49, 0x73, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x22, 0x81, 0x09, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x42, 0x61, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0d, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x48, 0x01, 0x52, 0x0d, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x4e, 0x69, 0x63, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x04, 0x4e, 0x69, 0x63, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x45, 0x53, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x48, 0x05, 0x52, 0x04, 0x45, 0x53, 0x65, 0x78, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x07, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x49, 0x63, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x0b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x49, 0x63, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0c, 0x49, 0x73, 0x50, 0x72, 0x65, 0x74, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x49, 0x73, 0x50, 0x72, 0x65, 0x74, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x4c, 0x6f, 0x67, 0x6f, 0x75, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x49, 0x73, 0x4c, 0x6f, 0x67, 0x6f, 0x75, 0x74, 0x12, 0x1f, 0x0a, 0x08, 0x42, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x48, 0x09, 0x52, 0x08, 0x42, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x88, 0x01, 0x01, 0x12, 0x21, 0x0a, 0x09, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x41, 0x67, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0a, 0x52, 0x09, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x41, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x49, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0b, 0x52, 0x0c, 0x49, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x49, 0x73, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x4d, 0x67, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0c, 0x52, 0x0a, 0x49, 0x73, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x4d, 0x67, 0x72, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x1d, 0x49, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0d, 0x52, 0x1d, 0x49, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x73, 0x56, 0x69, 0x70, 0x18, 0x12, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x49, 0x73, 0x56, 0x69, 0x70, 0x12, 0x28, 0x0a, 0x0f, 0x49, 0x73, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x66, 0x66, 0x18, 0x13, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x49, 0x73, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x66, 0x66, 0x12, 0x29, 0x0a, 0x0d, 0x56, 0x69, 0x70, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x48, 0x0e, 0x52, 0x0d, 0x56, 0x69, 0x70, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x16, 0x0a, 0x06, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x73, 0x12, 0x2d, 0x0a, 0x09, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x76, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x52, 0x09, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x33, 0x0a, 0x08, 0x48, 0x65, 0x61, 0x64, 0x77, 0x65, 0x61, 0x72, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x76, 0x48, 0x65, 0x61, 0x64, 0x77, 0x65, 0x61, 0x72, 0x48, 0x0f, 0x52, 0x08, 0x48, 0x65, 0x61, 0x64, 0x77, 0x65, 0x61, 0x72, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x04, 0x52, 0x69, 0x64, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x76, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x52, 0x04, 0x52, 0x69, 0x64, 0x65, 0x12, 0x25, 0x0a, 0x05, 0x4e, 0x6f, 0x62, 0x6c, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x76, 0x4e, 0x6f, 0x62, 0x6c, 0x65, 0x52, 0x05, 0x4e, 0x6f, 0x62, 0x6c, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x4e, 0x69, 0x63, 0x6b, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x45, 0x53, 0x65, 0x78, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x49, 0x63, 0x6f, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x43, 0x6f, 0x64, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x42, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x41, 0x67, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x49, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x49, 0x73, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x4d, 0x67, 0x72, 0x42, 0x20, 0x0a, 0x1e, 0x5f, 0x49, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x56, 0x69, 0x70, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x48, 0x65, 0x61, 0x64, 0x77, 0x65, 0x61, 0x72, 0x22, 0x4f, 0x0a, 0x07, 0x43, 0x76, 0x4d, 0x65, 0x64, 0x61, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x22, 0x84, 0x01, 0x0a, 0x0a, 0x43, 0x76, 0x48, 0x65, 0x61, 0x64, 0x77, 0x65, 0x61, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x55, 0x73, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x55, 0x73, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x69, 0x6d, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x54, 0x69, 0x6d, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x22, 0xd0, 0x01, 0x0a, 0x0a, 0x43, 0x76, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x55, 0x73, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x55, 0x73, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x69, 0x6d, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x54, 0x69, 0x6d, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x53, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x53, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x26, 0x0a, 0x0e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x22, 0x39, 0x0a, 0x07, 0x43, 0x76, 0x4e, 0x6f, 0x62, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x2a, 0x68, 0x0a, 0x0f, 0x45, 0x54, 0x68, 0x69, 0x72, 0x64, 0x50, 0x61, 0x72, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x54, 0x68, 0x69, 0x72, 0x64, 0x50, 0x61, 0x72, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x10, 0x04, 0x12, 0x0a, 0x0a, 0x06, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x10, 0x05, 0x2a, 0x2c, 0x0a, 0x04, 0x45, 0x53, 0x65, 0x78, 0x12, 0x0e, 0x0a, 0x0a, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x53, 0x65, 0x78, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4d, 0x61, 0x6c, 0x65, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x65, 0x6d, 0x61, 0x6c, 0x65, 0x10, 0x02, 0x42, 0x1d, 0x5a, 0x1b, 0x68, 0x69, 0x6c, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_user_user_proto_rawDescOnce sync.Once file_user_user_proto_rawDescData = file_user_user_proto_rawDesc ) func file_user_user_proto_rawDescGZIP() []byte { file_user_user_proto_rawDescOnce.Do(func() { file_user_user_proto_rawDescData = protoimpl.X.CompressGZIP(file_user_user_proto_rawDescData) }) return file_user_user_proto_rawDescData } var file_user_user_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_user_user_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_user_user_proto_goTypes = []interface{}{ (EThirdPartyType)(0), // 0: common.EThirdPartyType (ESex)(0), // 1: common.ESex (*CvUserDetail)(nil), // 2: common.CvUserDetail (*UserBase)(nil), // 3: common.UserBase (*CvMedal)(nil), // 4: common.CvMedal (*CvHeadwear)(nil), // 5: common.CvHeadwear (*CvProperty)(nil), // 6: common.CvProperty (*CvNoble)(nil), // 7: common.CvNoble } var file_user_user_proto_depIdxs = []int32{ 4, // 0: common.UserBase.MedalInfo:type_name -> common.CvMedal 5, // 1: common.UserBase.Headwear:type_name -> common.CvHeadwear 6, // 2: common.UserBase.Ride:type_name -> common.CvProperty 7, // 3: common.UserBase.Noble:type_name -> common.CvNoble 4, // [4:4] is the sub-list for method output_type 4, // [4:4] is the sub-list for method input_type 4, // [4:4] is the sub-list for extension type_name 4, // [4:4] is the sub-list for extension extendee 0, // [0:4] is the sub-list for field type_name } func init() { file_user_user_proto_init() } func file_user_user_proto_init() { if File_user_user_proto != nil { return } if !protoimpl.UnsafeEnabled { file_user_user_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CvUserDetail); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_user_user_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UserBase); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_user_user_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CvMedal); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_user_user_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CvHeadwear); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_user_user_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CvProperty); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_user_user_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CvNoble); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_user_user_proto_msgTypes[0].OneofWrappers = []interface{}{} file_user_user_proto_msgTypes[1].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_user_user_proto_rawDesc, NumEnums: 2, NumMessages: 6, NumExtensions: 0, NumServices: 0, }, GoTypes: file_user_user_proto_goTypes, DependencyIndexes: file_user_user_proto_depIdxs, EnumInfos: file_user_user_proto_enumTypes, MessageInfos: file_user_user_proto_msgTypes, }.Build() File_user_user_proto = out.File file_user_user_proto_rawDesc = nil file_user_user_proto_goTypes = nil file_user_user_proto_depIdxs = nil }