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 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) 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) GetLevel() int32
- func (x *UserFullInfo) GetNickname() string
- func (x *UserFullInfo) GetPassword() string
- func (x *UserFullInfo) GetPhoneNumber() string
- func (x *UserFullInfo) GetRegisterType() int32
- 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) GetNickname() 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"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` AppID string `protobuf:"bytes,3,opt,name=appID,proto3" json:"appID"` Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon"` Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url"` Md5 string `protobuf:"bytes,6,opt,name=md5,proto3" json:"md5"` Size int64 `protobuf:"varint,7,opt,name=size,proto3" json:"size"` Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version"` Priority uint32 `protobuf:"varint,9,opt,name=priority,proto3" json:"priority"` Status uint32 `protobuf:"varint,10,opt,name=status,proto3" json:"status"` CreateTime int64 `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime"` // 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 LogInfo ¶
type LogInfo struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"` Platform int32 `protobuf:"varint,2,opt,name=platform,proto3" json:"platform"` Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url"` CreateTime int64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime"` Nickname string `protobuf:"bytes,5,opt,name=nickname,proto3" json:"nickname"` LogID string `protobuf:"bytes,6,opt,name=logID,proto3" json:"logID"` Filename string `protobuf:"bytes,7,opt,name=filename,proto3" json:"filename"` SystemType string `protobuf:"bytes,8,opt,name=systemType,proto3" json:"systemType"` Ex string `protobuf:"bytes,9,opt,name=ex,proto3" json:"ex"` Version string `protobuf:"bytes,10,opt,name=version,proto3" json:"version"` // 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"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account"` PhoneNumber string `protobuf:"bytes,4,opt,name=phoneNumber,proto3" json:"phoneNumber"` AreaCode string `protobuf:"bytes,5,opt,name=areaCode,proto3" json:"areaCode"` Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email"` Nickname string `protobuf:"bytes,7,opt,name=nickname,proto3" json:"nickname"` FaceURL string `protobuf:"bytes,8,opt,name=faceURL,proto3" json:"faceURL"` Gender int32 `protobuf:"varint,9,opt,name=gender,proto3" json:"gender"` Level int32 `protobuf:"varint,10,opt,name=level,proto3" json:"level"` Birth int64 `protobuf:"varint,11,opt,name=birth,proto3" json:"birth"` AllowAddFriend int32 `protobuf:"varint,12,opt,name=allowAddFriend,proto3" json:"allowAddFriend"` AllowBeep int32 `protobuf:"varint,13,opt,name=allowBeep,proto3" json:"allowBeep"` AllowVibration int32 `protobuf:"varint,14,opt,name=allowVibration,proto3" json:"allowVibration"` GlobalRecvMsgOpt int32 `protobuf:"varint,15,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt"` RegisterType int32 `protobuf:"varint,16,opt,name=registerType,proto3" json:"registerType"` // 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) 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) GetLevel ¶
func (x *UserFullInfo) GetLevel() int32
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) GetRegisterType ¶
func (x *UserFullInfo) GetRegisterType() int32
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"` AreaCode string `protobuf:"bytes,2,opt,name=areaCode,proto3" json:"areaCode"` PhoneNumber string `protobuf:"bytes,3,opt,name=phoneNumber,proto3" json:"phoneNumber"` DeviceID string `protobuf:"bytes,4,opt,name=deviceID,proto3" json:"deviceID"` Platform int32 `protobuf:"varint,5,opt,name=platform,proto3" json:"platform"` Account string `protobuf:"bytes,6,opt,name=account,proto3" json:"account"` // 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"` Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname"` FaceURL string `protobuf:"bytes,5,opt,name=faceURL,proto3" json:"faceURL"` Gender int32 `protobuf:"varint,6,opt,name=gender,proto3" json:"gender"` Level int32 `protobuf:"varint,7,opt,name=level,proto3" json:"level"` // 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) GetNickname ¶
func (x *UserPublicInfo) GetNickname() 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.