Versions in this module Expand all Collapse all v1 v1.6.6 Aug 25, 2024 v1.6.5 Jul 13, 2024 v1.6.4 Jul 5, 2024 Changes in this version + func Dependency(ctx *macaron.Context) string + func Detail(ctx *macaron.Context) string + func Disable(ctx *macaron.Context) string + func Enable(ctx *macaron.Context) string + func Index(ctx *macaron.Context) string + func Remove(ctx *macaron.Context) string + func Run(ctx *macaron.Context) string + func Store(ctx *macaron.Context, form TaskForm) string + func Tags(ctx *macaron.Context) string + type TaskForm struct + Command string + DependencyStatus models.TaskDependencyStatus + DependencyTaskId string + HostId string + HttpMethod models.TaskHTTPMethod + Id int + Level models.TaskLevel + Multi int8 + Name string + NotifyKeyword string + NotifyReceiverId string + NotifyStatus int8 + NotifyType int8 + Protocol models.TaskProtocol + Remark string + RetryInterval int16 + RetryTimes int8 + Spec string + Status models.Status + Tag string + Timeout int + func (f TaskForm) Error(ctx *macaron.Context, errs binding.Errors)