Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandlers ¶
func NewHandlers( taskService service.ITaskService, tr mw.ITransaction, ) *Handler
func (*Handler) Init ¶
func (h *Handler) Init(api *gin.RouterGroup)
type IHandler ¶
type IHandler interface {
Init(api *gin.RouterGroup)
}
type TaskHandler ¶
type TaskHandler struct {
// contains filtered or unexported fields
}
func NewTaskHandlers ¶
func NewTaskHandlers( taskService service.ITaskService, tr mw.ITransaction, ) *TaskHandler
func (*TaskHandler) Download ¶
func (h *TaskHandler) Download(c *gin.Context)
func (*TaskHandler) GetById ¶
func (h *TaskHandler) GetById(c *gin.Context)
func (*TaskHandler) Init ¶
func (h *TaskHandler) Init(api *gin.RouterGroup)
func (*TaskHandler) List ¶
func (h *TaskHandler) List(c *gin.Context)
func (*TaskHandler) Rerun ¶
func (h *TaskHandler) Rerun(c *gin.Context)
func (*TaskHandler) Stop ¶
func (h *TaskHandler) Stop(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.