Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
swagger:model BaseResponse
type UserResponse ¶
type UserResponse struct {
// in: body
Body struct {
// swagger:allOf
BaseResponse
User User `json:"user"`
}
}
swagger:response userResponse
Click to show internal directories.
Click to hide internal directories.