Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func DeleteUser ¶
Types ¶
type CreateUserData ¶
type DeleteUserData ¶
type DeleteUserData struct {
Username string `json:"username"`
}
type GetUserData ¶
type GetUserData struct {
Username string `json:"username"`
}
Click to show internal directories.
Click to hide internal directories.