Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginRequest ¶
type LoginResponse ¶
type RefreshRequest ¶
type RefreshRequest struct {
RefreshToken string `json:"refresh_token" validate:"required"`
}
type RefreshResponse ¶
type RefreshResponse struct {
AccessToken string `json:"access_token"`
}
type RegisterRequest ¶
type RegisterRequest struct {
db.InsertUser
}
Click to show internal directories.
Click to hide internal directories.