Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct {
Salt []byte `db:"password_salt"`
Iterations int `db:"password_iterations"`
Hash []byte `db:"password_hash"`
Password string `json:"password"`
UserName string `db:"username" json:"username"`
Name string `db:"name" json:"name"`
Email string `db:"email" json:"email"`
}
User - Struct for dealing with users
Click to show internal directories.
Click to hide internal directories.