package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Nov 30, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GroupSetting struct {
ID int64 `gorm:"primaryKey;autoIncrement:false"`
BlackPlugins string `gorm:"size:512"`
WhitePlugins string `gorm:"size:512"`
Flag string
CouldAdd bool `gorm:"default:false"`
}
type UserPriority struct {
ID int64 `gorm:"primaryKey;autoIncrement:false"`
GroupID int64 `gorm:"primaryKey;autoIncrement:false"`
Priority int
}
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
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.