Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupSetting ¶
type UserPriority ¶
type UserSetting ¶
type UserSetting struct { ID int64 `gorm:"primaryKey;autoIncrement:false"` BlackPlugins string `gorm:"size:512"` // 白名单插件 WhitePlugins string `gorm:"size:512"` // 黑名单插件 Nickname string // 昵称 Likeability float64 // 好感度(无用,抱歉...) Flag string // 非空时代表该用户尚未成为好友,是他的好友请求flag IsPullBlack bool // 是否被拉黑:拒绝好友请求、拒绝加群请求 }
Click to show internal directories.
Click to hide internal directories.