Documentation ¶
Overview ¶
THIS FILE IS A GENERATED CODE. DO NOT EDIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserJobGetController ¶
type GetUserJobGetController struct { }
func NewGetUserJobGetController ¶
func NewGetUserJobGetController() *GetUserJobGetController
func (*GetUserJobGetController) GetUserJobGet ¶
func (g *GetUserJobGetController) GetUserJobGet( ctx context.Context, c echo.Context, req *GetUserJobGetRequest, ) (res *GetUserJobGetResponse, err error)
GetUserJobGet @Summary WIP @Description WIP @Accept json @Produce json @Param userID path string WIP:${isRequire} WIP:${description} @Success 200 {object} GetUserJobGetResponse @Failure 400 {object} WIP @Router /service/user2/{userID}/user_job_get [GET]
type GetUserJobGetRequest ¶
type GetUserJobGetRequest struct {
UserID string `param:"userID"`
}
type GetUserJobGetResponse ¶
type GetUserJobGetResponse struct {
JobName string
}
type IGetUserJobGetController ¶
type IGetUserJobGetController interface {
GetUserJobGet(c echo.Context, req *GetUserJobGetRequest) (res *GetUserJobGetResponse, err error)
}
Click to show internal directories.
Click to hide internal directories.