Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID string `db:"id"`
Email string `db:"email"`
Username string `db:"username"`
Firstname string `db:"firstname"`
Lastname string `db:"lastname"`
PasswordHash string `db:"password_hash"`
}
func (*User) FromUserInfo ¶
func (*User) GetFirstname ¶
func (*User) GetLastname ¶
func (*User) GetPasswordHash ¶
func (*User) GetUsername ¶
Click to show internal directories.
Click to hide internal directories.