Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppUserCredentials ¶
type AppUserCredentials struct {
// The user's codified username.
Username CPF `json:"username"`
// The user's password.
Password string `json:"password"`
}
AppUserCredentials is the JSON request body for a login.
swagger:model
Click to show internal directories.
Click to hide internal directories.