Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUsernameByID ¶
func IsAnyUserRegistered ¶
func IsUsernameTaken ¶
func SaveAllUsers ¶
Types ¶
type IUser ¶
type User ¶
type User struct { ID string `json:"id"` Username string `json:"username"` // Encoded Password Password string `json:"password"` }
func GetAllUsers ¶
func (*User) CheckPassword ¶
func (*User) GetEncodedPassword ¶
func (*User) GetUsername ¶
Click to show internal directories.
Click to hide internal directories.