Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Sequence ¶
type User ¶
type User struct {
Id int64 `db:"id,omitempty" json:"id"`
Username string `db:"username,omitempty" json:"username"`
Password string `db:"password,omitempty" json:"password"`
Created time.Time `db:"created,omitempty" json:"created"`
Locked bool `db:"locked,omitempty" json:"locked"`
Role string `db:"role,omitempty" json:"role"`
}
func (*User) VerifyAccess ¶
func (*User) VerifyPassword ¶
Click to show internal directories.
Click to hide internal directories.