Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DTOBadaasServerInfo ¶
Describe the Server Info payload
type DTOHTTPError ¶
type DTOHTTPError struct { Error string `json:"err"` Message string `json:"msg"` Status string `json:"status"` }
Describe the HTTP Error payload
type DTOLoginSuccess ¶
type DTOLoginSuccess struct { Email string `json:"email"` ID string `json:"id"` Username string `json:"username"` }
DTOLoginSuccess is a dto returned to the client when the authentication is successful.
type UserLoginDTO ¶
Login DTO
Click to show internal directories.
Click to hide internal directories.