Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
ID uint
TrustedIP string
TrustedPort uint
RemoteIP string
RemotePort uint
StartUp time.Time
ShutDown *time.Time
Received float64
Send float64
User User
// contains filtered or unexported fields
}
Log log
type User ¶
type User struct {
ID uint
FullName string
Email string
Details string
Password string
Online bool
Enable bool
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 (md5 with salt)
Click to show internal directories.
Click to hide internal directories.