Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingPongResponse ¶
type PingPongResponse struct {
Message string `json:"message" example:"pong"`
}
type UserPatchRequest ¶
type UserRequest ¶
type UserRequest struct {
ID string `json:"id" validate:"required"`
}
type UserResponse ¶
Click to show internal directories.
Click to hide internal directories.