Documentation
¶
Index ¶
- Variables
- type AppletInfo
- func (*AppletInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AppletInfo) GetAppID() string
- func (x *AppletInfo) GetCreateTime() int64
- func (x *AppletInfo) GetIcon() string
- func (x *AppletInfo) GetId() string
- func (x *AppletInfo) GetMd5() string
- func (x *AppletInfo) GetName() string
- func (x *AppletInfo) GetPriority() uint32
- func (x *AppletInfo) GetSize() int64
- func (x *AppletInfo) GetStatus() uint32
- func (x *AppletInfo) GetUrl() string
- func (x *AppletInfo) GetVersion() string
- func (*AppletInfo) ProtoMessage()
- func (x *AppletInfo) ProtoReflect() protoreflect.Message
- func (x *AppletInfo) Reset()
- func (x *AppletInfo) String() string
- type ContactFullInfo
- func (*ContactFullInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ContactFullInfo) GetAccount() string
- func (x *ContactFullInfo) GetAddress() string
- func (x *ContactFullInfo) GetAllowAddFriend() int32
- func (x *ContactFullInfo) GetAllowBeep() int32
- func (x *ContactFullInfo) GetAllowVibration() int32
- func (x *ContactFullInfo) GetAreaCode() string
- func (x *ContactFullInfo) GetBirth() int64
- func (x *ContactFullInfo) GetEmail() string
- func (x *ContactFullInfo) GetFaceURL() string
- func (x *ContactFullInfo) GetGender() int32
- func (x *ContactFullInfo) GetGlobalRecvMsgOpt() int32
- func (x *ContactFullInfo) GetIsBlocked() bool
- func (x *ContactFullInfo) GetLevel() int32
- func (x *ContactFullInfo) GetName() string
- func (x *ContactFullInfo) GetNickname() string
- func (x *ContactFullInfo) GetOfflineAt() int32
- func (x *ContactFullInfo) GetOnlineStatus() int32
- func (x *ContactFullInfo) GetPassword() string
- func (x *ContactFullInfo) GetPhoneNumber() string
- func (x *ContactFullInfo) GetPublicKey() string
- func (x *ContactFullInfo) GetQrcodeUrl() string
- func (x *ContactFullInfo) GetRegisterType() int32
- func (x *ContactFullInfo) GetSurName() string
- func (x *ContactFullInfo) GetUserID() string
- func (*ContactFullInfo) ProtoMessage()
- func (x *ContactFullInfo) ProtoReflect() protoreflect.Message
- func (x *ContactFullInfo) Reset()
- func (x *ContactFullInfo) String() string
- type LogInfo
- func (*LogInfo) Descriptor() ([]byte, []int)deprecated
- func (x *LogInfo) GetCreateTime() int64
- func (x *LogInfo) GetEx() string
- func (x *LogInfo) GetFilename() string
- func (x *LogInfo) GetLogID() string
- func (x *LogInfo) GetNickname() string
- func (x *LogInfo) GetPlatform() int32
- func (x *LogInfo) GetSystemType() string
- func (x *LogInfo) GetUrl() string
- func (x *LogInfo) GetUserID() string
- func (x *LogInfo) GetVersion() string
- func (*LogInfo) ProtoMessage()
- func (x *LogInfo) ProtoReflect() protoreflect.Message
- func (x *LogInfo) Reset()
- func (x *LogInfo) String() string
- type UserFullInfo
- func (*UserFullInfo) Descriptor() ([]byte, []int)deprecated
- func (x *UserFullInfo) GetAccount() string
- func (x *UserFullInfo) GetAddress() string
- func (x *UserFullInfo) GetAllowAddFriend() int32
- func (x *UserFullInfo) GetAllowBeep() int32
- func (x *UserFullInfo) GetAllowVibration() int32
- func (x *UserFullInfo) GetAreaCode() string
- func (x *UserFullInfo) GetBirth() int64
- func (x *UserFullInfo) GetEmail() string
- func (x *UserFullInfo) GetFaceURL() string
- func (x *UserFullInfo) GetGender() int32
- func (x *UserFullInfo) GetGlobalRecvMsgOpt() int32
- func (x *UserFullInfo) GetIsBlocked() int32
- func (x *UserFullInfo) GetIsContact() int32
- func (x *UserFullInfo) GetLevel() int32
- func (x *UserFullInfo) GetName() string
- func (x *UserFullInfo) GetNickname() string
- func (x *UserFullInfo) GetPassword() string
- func (x *UserFullInfo) GetPhoneNumber() string
- func (x *UserFullInfo) GetPublicKey() string
- func (x *UserFullInfo) GetQrcodeUrl() string
- func (x *UserFullInfo) GetRegisterType() int32
- func (x *UserFullInfo) GetSurName() string
- func (x *UserFullInfo) GetUserID() string
- func (*UserFullInfo) ProtoMessage()
- func (x *UserFullInfo) ProtoReflect() protoreflect.Message
- func (x *UserFullInfo) Reset()
- func (x *UserFullInfo) String() string
- type UserIdentity
- func (*UserIdentity) Descriptor() ([]byte, []int)deprecated
- func (x *UserIdentity) GetAccount() string
- func (x *UserIdentity) GetAreaCode() string
- func (x *UserIdentity) GetDeviceID() string
- func (x *UserIdentity) GetEmail() string
- func (x *UserIdentity) GetPhoneNumber() string
- func (x *UserIdentity) GetPlatform() int32
- func (*UserIdentity) ProtoMessage()
- func (x *UserIdentity) ProtoReflect() protoreflect.Message
- func (x *UserIdentity) Reset()
- func (x *UserIdentity) String() string
- type UserPublicInfo
- func (*UserPublicInfo) Descriptor() ([]byte, []int)deprecated
- func (x *UserPublicInfo) GetAccount() string
- func (x *UserPublicInfo) GetEmail() string
- func (x *UserPublicInfo) GetFaceURL() string
- func (x *UserPublicInfo) GetGender() int32
- func (x *UserPublicInfo) GetLevel() int32
- func (x *UserPublicInfo) GetName() string
- func (x *UserPublicInfo) GetNickname() string
- func (x *UserPublicInfo) GetSurname() string
- func (x *UserPublicInfo) GetUserID() string
- func (*UserPublicInfo) ProtoMessage()
- func (x *UserPublicInfo) ProtoReflect() protoreflect.Message
- func (x *UserPublicInfo) Reset()
- func (x *UserPublicInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AppletInfo ¶
type AppletInfo struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
AppID string `protobuf:"bytes,3,opt,name=appID,proto3" json:"appID,omitempty"`
Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
Md5 string `protobuf:"bytes,6,opt,name=md5,proto3" json:"md5,omitempty"`
Size int64 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"`
Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"`
Priority uint32 `protobuf:"varint,9,opt,name=priority,proto3" json:"priority,omitempty"`
Status uint32 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
CreateTime int64 `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
// contains filtered or unexported fields
}
func (*AppletInfo) Descriptor
deprecated
func (*AppletInfo) Descriptor() ([]byte, []int)
Deprecated: Use AppletInfo.ProtoReflect.Descriptor instead.
func (*AppletInfo) GetAppID ¶
func (x *AppletInfo) GetAppID() string
func (*AppletInfo) GetCreateTime ¶
func (x *AppletInfo) GetCreateTime() int64
func (*AppletInfo) GetIcon ¶
func (x *AppletInfo) GetIcon() string
func (*AppletInfo) GetId ¶
func (x *AppletInfo) GetId() string
func (*AppletInfo) GetMd5 ¶
func (x *AppletInfo) GetMd5() string
func (*AppletInfo) GetName ¶
func (x *AppletInfo) GetName() string
func (*AppletInfo) GetPriority ¶
func (x *AppletInfo) GetPriority() uint32
func (*AppletInfo) GetSize ¶
func (x *AppletInfo) GetSize() int64
func (*AppletInfo) GetStatus ¶
func (x *AppletInfo) GetStatus() uint32
func (*AppletInfo) GetUrl ¶
func (x *AppletInfo) GetUrl() string
func (*AppletInfo) GetVersion ¶
func (x *AppletInfo) GetVersion() string
func (*AppletInfo) ProtoMessage ¶
func (*AppletInfo) ProtoMessage()
func (*AppletInfo) ProtoReflect ¶
func (x *AppletInfo) ProtoReflect() protoreflect.Message
func (*AppletInfo) Reset ¶
func (x *AppletInfo) Reset()
func (*AppletInfo) String ¶
func (x *AppletInfo) String() string
type ContactFullInfo ¶
type ContactFullInfo struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
PhoneNumber string `protobuf:"bytes,4,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
AreaCode string `protobuf:"bytes,5,opt,name=areaCode,proto3" json:"areaCode,omitempty"`
Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
Nickname string `protobuf:"bytes,7,opt,name=nickname,proto3" json:"nickname,omitempty"`
FaceURL string `protobuf:"bytes,8,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
Gender int32 `protobuf:"varint,9,opt,name=gender,proto3" json:"gender,omitempty"`
Level int32 `protobuf:"varint,10,opt,name=level,proto3" json:"level,omitempty"`
Birth int64 `protobuf:"varint,11,opt,name=birth,proto3" json:"birth,omitempty"`
AllowAddFriend int32 `protobuf:"varint,12,opt,name=allowAddFriend,proto3" json:"allowAddFriend,omitempty"`
AllowBeep int32 `protobuf:"varint,13,opt,name=allowBeep,proto3" json:"allowBeep,omitempty"`
AllowVibration int32 `protobuf:"varint,14,opt,name=allowVibration,proto3" json:"allowVibration,omitempty"`
GlobalRecvMsgOpt int32 `protobuf:"varint,15,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
RegisterType int32 `protobuf:"varint,16,opt,name=registerType,proto3" json:"registerType,omitempty"`
SurName string `protobuf:"bytes,17,opt,name=surName,proto3" json:"surName,omitempty"`
Name string `protobuf:"bytes,18,opt,name=name,proto3" json:"name,omitempty"`
QrcodeUrl string `protobuf:"bytes,19,opt,name=qrcodeUrl,proto3" json:"qrcodeUrl,omitempty"`
PublicKey string `protobuf:"bytes,20,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
IsBlocked bool `protobuf:"varint,21,opt,name=isBlocked,proto3" json:"isBlocked,omitempty"`
Address string `protobuf:"bytes,22,opt,name=address,proto3" json:"address,omitempty"`
OnlineStatus int32 `protobuf:"varint,23,opt,name=onlineStatus,proto3" json:"onlineStatus,omitempty"`
OfflineAt int32 `protobuf:"varint,24,opt,name=offlineAt,proto3" json:"offlineAt,omitempty"`
// contains filtered or unexported fields
}
func (*ContactFullInfo) Descriptor
deprecated
func (*ContactFullInfo) Descriptor() ([]byte, []int)
Deprecated: Use ContactFullInfo.ProtoReflect.Descriptor instead.
func (*ContactFullInfo) GetAccount ¶
func (x *ContactFullInfo) GetAccount() string
func (*ContactFullInfo) GetAddress ¶
func (x *ContactFullInfo) GetAddress() string
func (*ContactFullInfo) GetAllowAddFriend ¶
func (x *ContactFullInfo) GetAllowAddFriend() int32
func (*ContactFullInfo) GetAllowBeep ¶
func (x *ContactFullInfo) GetAllowBeep() int32
func (*ContactFullInfo) GetAllowVibration ¶
func (x *ContactFullInfo) GetAllowVibration() int32
func (*ContactFullInfo) GetAreaCode ¶
func (x *ContactFullInfo) GetAreaCode() string
func (*ContactFullInfo) GetBirth ¶
func (x *ContactFullInfo) GetBirth() int64
func (*ContactFullInfo) GetEmail ¶
func (x *ContactFullInfo) GetEmail() string
func (*ContactFullInfo) GetFaceURL ¶
func (x *ContactFullInfo) GetFaceURL() string
func (*ContactFullInfo) GetGender ¶
func (x *ContactFullInfo) GetGender() int32
func (*ContactFullInfo) GetGlobalRecvMsgOpt ¶
func (x *ContactFullInfo) GetGlobalRecvMsgOpt() int32
func (*ContactFullInfo) GetIsBlocked ¶
func (x *ContactFullInfo) GetIsBlocked() bool
func (*ContactFullInfo) GetLevel ¶
func (x *ContactFullInfo) GetLevel() int32
func (*ContactFullInfo) GetName ¶
func (x *ContactFullInfo) GetName() string
func (*ContactFullInfo) GetNickname ¶
func (x *ContactFullInfo) GetNickname() string
func (*ContactFullInfo) GetOfflineAt ¶
func (x *ContactFullInfo) GetOfflineAt() int32
func (*ContactFullInfo) GetOnlineStatus ¶
func (x *ContactFullInfo) GetOnlineStatus() int32
func (*ContactFullInfo) GetPassword ¶
func (x *ContactFullInfo) GetPassword() string
func (*ContactFullInfo) GetPhoneNumber ¶
func (x *ContactFullInfo) GetPhoneNumber() string
func (*ContactFullInfo) GetPublicKey ¶
func (x *ContactFullInfo) GetPublicKey() string
func (*ContactFullInfo) GetQrcodeUrl ¶
func (x *ContactFullInfo) GetQrcodeUrl() string
func (*ContactFullInfo) GetRegisterType ¶
func (x *ContactFullInfo) GetRegisterType() int32
func (*ContactFullInfo) GetSurName ¶
func (x *ContactFullInfo) GetSurName() string
func (*ContactFullInfo) GetUserID ¶
func (x *ContactFullInfo) GetUserID() string
func (*ContactFullInfo) ProtoMessage ¶
func (*ContactFullInfo) ProtoMessage()
func (*ContactFullInfo) ProtoReflect ¶
func (x *ContactFullInfo) ProtoReflect() protoreflect.Message
func (*ContactFullInfo) Reset ¶
func (x *ContactFullInfo) Reset()
func (*ContactFullInfo) String ¶
func (x *ContactFullInfo) String() string
type LogInfo ¶
type LogInfo struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Platform int32 `protobuf:"varint,2,opt,name=platform,proto3" json:"platform,omitempty"`
Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
CreateTime int64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"`
Nickname string `protobuf:"bytes,5,opt,name=nickname,proto3" json:"nickname,omitempty"`
LogID string `protobuf:"bytes,6,opt,name=logID,proto3" json:"logID,omitempty"`
Filename string `protobuf:"bytes,7,opt,name=filename,proto3" json:"filename,omitempty"`
SystemType string `protobuf:"bytes,8,opt,name=systemType,proto3" json:"systemType,omitempty"`
Ex string `protobuf:"bytes,9,opt,name=ex,proto3" json:"ex,omitempty"`
Version string `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*LogInfo) Descriptor
deprecated
func (*LogInfo) GetCreateTime ¶
func (*LogInfo) GetFilename ¶
func (*LogInfo) GetNickname ¶
func (*LogInfo) GetPlatform ¶
func (*LogInfo) GetSystemType ¶
func (*LogInfo) GetVersion ¶
func (*LogInfo) ProtoMessage ¶
func (*LogInfo) ProtoMessage()
func (*LogInfo) ProtoReflect ¶
func (x *LogInfo) ProtoReflect() protoreflect.Message
type UserFullInfo ¶
type UserFullInfo struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
PhoneNumber string `protobuf:"bytes,4,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
AreaCode string `protobuf:"bytes,5,opt,name=areaCode,proto3" json:"areaCode,omitempty"`
Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
Nickname string `protobuf:"bytes,7,opt,name=nickname,proto3" json:"nickname,omitempty"`
FaceURL string `protobuf:"bytes,8,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
Gender int32 `protobuf:"varint,9,opt,name=gender,proto3" json:"gender,omitempty"`
Level int32 `protobuf:"varint,10,opt,name=level,proto3" json:"level,omitempty"`
Birth int64 `protobuf:"varint,11,opt,name=birth,proto3" json:"birth,omitempty"`
AllowAddFriend int32 `protobuf:"varint,12,opt,name=allowAddFriend,proto3" json:"allowAddFriend,omitempty"`
AllowBeep int32 `protobuf:"varint,13,opt,name=allowBeep,proto3" json:"allowBeep,omitempty"`
AllowVibration int32 `protobuf:"varint,14,opt,name=allowVibration,proto3" json:"allowVibration,omitempty"`
GlobalRecvMsgOpt int32 `protobuf:"varint,15,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
RegisterType int32 `protobuf:"varint,16,opt,name=registerType,proto3" json:"registerType,omitempty"`
SurName string `protobuf:"bytes,17,opt,name=surName,proto3" json:"surName,omitempty"`
Name string `protobuf:"bytes,18,opt,name=name,proto3" json:"name,omitempty"`
QrcodeUrl string `protobuf:"bytes,19,opt,name=qrcodeUrl,proto3" json:"qrcodeUrl,omitempty"`
PublicKey string `protobuf:"bytes,20,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
Address string `protobuf:"bytes,21,opt,name=address,proto3" json:"address,omitempty"`
IsContact int32 `protobuf:"varint,22,opt,name=isContact,proto3" json:"isContact,omitempty"`
IsBlocked int32 `protobuf:"varint,23,opt,name=isBlocked,proto3" json:"isBlocked,omitempty"`
// contains filtered or unexported fields
}
func (*UserFullInfo) Descriptor
deprecated
func (*UserFullInfo) Descriptor() ([]byte, []int)
Deprecated: Use UserFullInfo.ProtoReflect.Descriptor instead.
func (*UserFullInfo) GetAccount ¶
func (x *UserFullInfo) GetAccount() string
func (*UserFullInfo) GetAddress ¶
func (x *UserFullInfo) GetAddress() string
func (*UserFullInfo) GetAllowAddFriend ¶
func (x *UserFullInfo) GetAllowAddFriend() int32
func (*UserFullInfo) GetAllowBeep ¶
func (x *UserFullInfo) GetAllowBeep() int32
func (*UserFullInfo) GetAllowVibration ¶
func (x *UserFullInfo) GetAllowVibration() int32
func (*UserFullInfo) GetAreaCode ¶
func (x *UserFullInfo) GetAreaCode() string
func (*UserFullInfo) GetBirth ¶
func (x *UserFullInfo) GetBirth() int64
func (*UserFullInfo) GetEmail ¶
func (x *UserFullInfo) GetEmail() string
func (*UserFullInfo) GetFaceURL ¶
func (x *UserFullInfo) GetFaceURL() string
func (*UserFullInfo) GetGender ¶
func (x *UserFullInfo) GetGender() int32
func (*UserFullInfo) GetGlobalRecvMsgOpt ¶
func (x *UserFullInfo) GetGlobalRecvMsgOpt() int32
func (*UserFullInfo) GetIsBlocked ¶
func (x *UserFullInfo) GetIsBlocked() int32
func (*UserFullInfo) GetIsContact ¶
func (x *UserFullInfo) GetIsContact() int32
func (*UserFullInfo) GetLevel ¶
func (x *UserFullInfo) GetLevel() int32
func (*UserFullInfo) GetName ¶
func (x *UserFullInfo) GetName() string
func (*UserFullInfo) GetNickname ¶
func (x *UserFullInfo) GetNickname() string
func (*UserFullInfo) GetPassword ¶
func (x *UserFullInfo) GetPassword() string
func (*UserFullInfo) GetPhoneNumber ¶
func (x *UserFullInfo) GetPhoneNumber() string
func (*UserFullInfo) GetPublicKey ¶
func (x *UserFullInfo) GetPublicKey() string
func (*UserFullInfo) GetQrcodeUrl ¶
func (x *UserFullInfo) GetQrcodeUrl() string
func (*UserFullInfo) GetRegisterType ¶
func (x *UserFullInfo) GetRegisterType() int32
func (*UserFullInfo) GetSurName ¶
func (x *UserFullInfo) GetSurName() string
func (*UserFullInfo) GetUserID ¶
func (x *UserFullInfo) GetUserID() string
func (*UserFullInfo) ProtoMessage ¶
func (*UserFullInfo) ProtoMessage()
func (*UserFullInfo) ProtoReflect ¶
func (x *UserFullInfo) ProtoReflect() protoreflect.Message
func (*UserFullInfo) Reset ¶
func (x *UserFullInfo) Reset()
func (*UserFullInfo) String ¶
func (x *UserFullInfo) String() string
type UserIdentity ¶
type UserIdentity struct {
Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
AreaCode string `protobuf:"bytes,2,opt,name=areaCode,proto3" json:"areaCode,omitempty"`
PhoneNumber string `protobuf:"bytes,3,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
DeviceID string `protobuf:"bytes,4,opt,name=deviceID,proto3" json:"deviceID,omitempty"`
Platform int32 `protobuf:"varint,5,opt,name=platform,proto3" json:"platform,omitempty"`
Account string `protobuf:"bytes,6,opt,name=account,proto3" json:"account,omitempty"`
// contains filtered or unexported fields
}
func (*UserIdentity) Descriptor
deprecated
func (*UserIdentity) Descriptor() ([]byte, []int)
Deprecated: Use UserIdentity.ProtoReflect.Descriptor instead.
func (*UserIdentity) GetAccount ¶
func (x *UserIdentity) GetAccount() string
func (*UserIdentity) GetAreaCode ¶
func (x *UserIdentity) GetAreaCode() string
func (*UserIdentity) GetDeviceID ¶
func (x *UserIdentity) GetDeviceID() string
func (*UserIdentity) GetEmail ¶
func (x *UserIdentity) GetEmail() string
func (*UserIdentity) GetPhoneNumber ¶
func (x *UserIdentity) GetPhoneNumber() string
func (*UserIdentity) GetPlatform ¶
func (x *UserIdentity) GetPlatform() int32
func (*UserIdentity) ProtoMessage ¶
func (*UserIdentity) ProtoMessage()
func (*UserIdentity) ProtoReflect ¶
func (x *UserIdentity) ProtoReflect() protoreflect.Message
func (*UserIdentity) Reset ¶
func (x *UserIdentity) Reset()
func (*UserIdentity) String ¶
func (x *UserIdentity) String() string
type UserPublicInfo ¶
type UserPublicInfo struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`
FaceURL string `protobuf:"bytes,5,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
Gender int32 `protobuf:"varint,6,opt,name=gender,proto3" json:"gender,omitempty"`
Level int32 `protobuf:"varint,7,opt,name=level,proto3" json:"level,omitempty"`
Surname string `protobuf:"bytes,8,opt,name=surname,proto3" json:"surname,omitempty"`
Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*UserPublicInfo) Descriptor
deprecated
func (*UserPublicInfo) Descriptor() ([]byte, []int)
Deprecated: Use UserPublicInfo.ProtoReflect.Descriptor instead.
func (*UserPublicInfo) GetAccount ¶
func (x *UserPublicInfo) GetAccount() string
func (*UserPublicInfo) GetEmail ¶
func (x *UserPublicInfo) GetEmail() string
func (*UserPublicInfo) GetFaceURL ¶
func (x *UserPublicInfo) GetFaceURL() string
func (*UserPublicInfo) GetGender ¶
func (x *UserPublicInfo) GetGender() int32
func (*UserPublicInfo) GetLevel ¶
func (x *UserPublicInfo) GetLevel() int32
func (*UserPublicInfo) GetName ¶
func (x *UserPublicInfo) GetName() string
func (*UserPublicInfo) GetNickname ¶
func (x *UserPublicInfo) GetNickname() string
func (*UserPublicInfo) GetSurname ¶
func (x *UserPublicInfo) GetSurname() string
func (*UserPublicInfo) GetUserID ¶
func (x *UserPublicInfo) GetUserID() string
func (*UserPublicInfo) ProtoMessage ¶
func (*UserPublicInfo) ProtoMessage()
func (*UserPublicInfo) ProtoReflect ¶
func (x *UserPublicInfo) ProtoReflect() protoreflect.Message
func (*UserPublicInfo) Reset ¶
func (x *UserPublicInfo) Reset()
func (*UserPublicInfo) String ¶
func (x *UserPublicInfo) String() string
Click to show internal directories.
Click to hide internal directories.