Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
Functions ¶
Types ¶
type User ¶
type User struct { Id int64 Username string Password string Avatar string `` /* 260-byte string literal not displayed */ BackgroundImage string `` /* 263-byte string literal not displayed */ Signature string `gorm:"default:快留下你的个签吧~"` CreatedAt time.Time UpdatedAt time.Time DeletedAt gorm.DeletedAt `gorm:"index"` }
Click to show internal directories.
Click to hide internal directories.