Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
Functions ¶
Types ¶
type User ¶
type User struct { Username string `json:"username" gorm:"unique;not null"` Password string `json:"password" gorm:"unique;not null"` Model gorm.Model }
func SelectUserById ¶
func SelectUserByUsername ¶
Click to show internal directories.
Click to hide internal directories.