Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
Functions ¶
func ConnectDataBase ¶
func ConnectDataBase()
func VerifyPassword ¶
Types ¶
type User ¶
type User struct {
gorm.Model
Username string `gorm:"size:255;not null;unique" json:"username"`
Password string `gorm:"size:255;not null;" json:"password"`
}
func GetUserByID ¶
func (*User) BeforeSave ¶
func (*User) PrepareGive ¶
func (u *User) PrepareGive()
Click to show internal directories.
Click to hide internal directories.