Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
View Source
var SF *utils.Snowflake
Functions ¶
Types ¶
type User ¶
type User struct { Id int64 Username string Password string Avatar string `gorm:"default:https://files.ozline.icu/images/avatar.jpg"` BackgroundImage string `gorm:"default:https://files.ozline.icu/images/BannerImg_221116.jpeg"` Signature string `gorm:"default:NOT NULL BUT SEEMS NULL"` CreatedAt time.Time UpdatedAt time.Time DeletedAt gorm.DeletedAt `gorm:"index"` }
Click to show internal directories.
Click to hide internal directories.