Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { PersonID int64 `db:"person_id"` Email string `db:"email"` Username database.NullString `db:"username"` UserPassword database.NullString `db:"person_password"` FirstName string `db:"first_name"` LastName database.NullString `db:"last_name"` Cell database.NullString `db:"cell"` CreatedDate time.Time `db:"created_date"` LastLoginDate database.NullTime `db:"last_login_date"` }
func ReadByUsername ¶
ReadByUsername reads user by username column
Click to show internal directories.
Click to hide internal directories.