Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alias ¶
type Alias struct {
ID uint
Source string
Destination string
Domain Domain
UpdatedAt time.Time
CreatedAt time.Time
// contains filtered or unexported fields
}
Alias alias
type Domain ¶
type Domain struct {
ID uint
Name string
UpdatedAt time.Time
CreatedAt time.Time
// contains filtered or unexported fields
}
Domain domain
type User ¶
type User struct {
ID uint
FullName string
Email string
Password string
Enable bool
Domain Domain
Begin time.Time
End time.Time
UpdatedAt time.Time
CreatedAt time.Time
// contains filtered or unexported fields
}
User user
func (*User) ChkPassword ¶
ChkPassword check password
func (*User) SetPassword ¶
SetPassword set password (SSHA512-CRYPT)
Click to show internal directories.
Click to hide internal directories.