handler

package
v2.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2024 License: MIT Imports: 9 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL