Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskController ¶
type TaskController struct {
// contains filtered or unexported fields
}
func NewTaskController ¶
func NewTaskController(tasks []tasks.Task, executor executors.Executor) *TaskController
func (TaskController) Execute ¶
func (t TaskController) Execute(c *gin.Context)
func (TaskController) Get ¶
func (t TaskController) Get(c *gin.Context)
func (TaskController) List ¶
func (t TaskController) List(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.