Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { Salt []byte `db:"salt"` Iterations int `db:"password_iterations"` Hash int `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.