Documentation ¶
Index ¶
Constants ¶
View Source
const ( SUB = "SUB" //订阅 PUB = "PUB" //发布 )
View Source
const UNKNOWN = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageInfo ¶
type UserInfoType ¶
type UserInfoType uint8
const ( Uid UserInfoType = iota //用户UID InviterUid //邀请人用户id UserName //用户登录名 GroupId //用户组id Email //邮箱 Phone //手机号 Wechat //微信 InfoMax //结束 AuthId //权限id )
type UserStatus ¶
type UserStatus = int64
const ( NotRegistStatus UserStatus = iota //未注册完成状态只注册了第一步 NomalStatus //正常状态 )
Click to show internal directories.
Click to hide internal directories.