Versions in this module Expand all Collapse all v1 v1.2.2 Sep 8, 2017 Changes in this version type TaskForm + Tag string v1.2.1 Sep 6, 2017 Changes in this version type TaskForm + DependencyStatus models.TaskDependencyStatus + DependencyTaskId string + Level models.TaskLevel v0 v0.1.1 May 13, 2017 Changes in this version + func Create(ctx *macaron.Context) + func Disable(ctx *macaron.Context) string + func Edit(ctx *macaron.Context) + func Enable(ctx *macaron.Context) string + func Index(ctx *macaron.Context) + func Remove(ctx *macaron.Context) string + func Run(ctx *macaron.Context) string + func Store(ctx *macaron.Context, form TaskForm) string + type TaskForm struct + Command string + HostId int16 + Id int + Multi int8 + Name string + NotifyReceiverId string + NotifyStatus int8 + NotifyType int8 + Protocol models.TaskProtocol + Remark string + RetryTimes int8 + Spec string + Timeout int + func (f TaskForm) Error(ctx *macaron.Context, errs binding.Errors)