Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginResponse ¶
type Permission ¶
type User ¶
type User struct {
ID string
Email string
Password string
IPAddress string `db:"ip_address"`
CreatedAt string `db:"created_at"`
Roles []*Role
}
func (*User) ComparePassword ¶
func (*User) HashedPassword ¶
type UserCredentials ¶
Click to show internal directories.
Click to hide internal directories.