Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPutJobController ¶
type IPutJobController interface {
PutJob(c echo.Context, req *PutJobRequest) (res *PutJobResponse, err error)
}
type PutJobController ¶
type PutJobController struct {
*props.ControllerProps
}
PutJobController ...
func NewPutJobController ¶
func NewPutJobController(props *props.ControllerProps) *PutJobController
NewPutJobController ...
func (*PutJobController) PutJob ¶
func (p *PutJobController) PutJob( c echo.Context, req *PutJobRequest, ) (res *PutJobResponse, err error)
PutJob ... @Summary WIP @Description WIP @Accept json @Produce json @Param userID path string WIP:${isRequire} WIP:${description} @Param JobID path string WIP:${isRequire} WIP:${description} @Success 200 {object} PutJobResponse @Failure 400 {object} WIP @Router /service/user2/{userID}/{JobID}/job [PUT]
type PutJobRequest ¶
type PutJobResponse ¶
Click to show internal directories.
Click to hide internal directories.