package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Feb 4, 2022
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"`
Welcome string
}
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.