Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadUsersData ¶
func LoadUsersData()
func SaveUsersData ¶
func SaveUsersData()
Types ¶
type User ¶
type User struct { ID string `json:"id"` DisplayName string `json:"displayName"` Login string `json:"login"` Role string `json:"role"` CreatedAt int64 `json:"createdAt"` LastDisconection int64 `json:"lastDisconnection"` PasswordHash string `json:"passwordHash"` PasswordSalt string `json:"passwordSalt"` }
func GetByLogin ¶
Click to show internal directories.
Click to hide internal directories.