Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTaskAPI ¶
func NewTaskAPI(router *httprouter.Router, tu domain.TaskUsecase, mid *middleware.Middleware, rc *reactor.Reactor)
Types ¶
type CreateTaskRequest ¶
type CreateTaskResponse ¶
type DeleteTaskByIDResponse ¶
type DeleteTaskByIDResponse struct {
Message string `json:"message"`
}
type GetAllTasksResponse ¶
type GetTaskByIDResponse ¶
type UpdateTaskByIDRequest ¶
type UpdateTaskByIDResponse ¶
Click to show internal directories.
Click to hide internal directories.