Versions in this module Expand all Collapse all v0 v0.0.6 Sep 30, 2023 v0.0.5 Sep 29, 2023 Changes in this version + type TaskAddTask struct + func (t *TaskAddTask) Func(ctx g.Ctx, id string) error + func (t *TaskAddTask) IsAllWorker() bool + func (t *TaskAddTask) IsSingleton() bool + type TaskStartFunc struct + func (t *TaskStartFunc) Func(ctx g.Ctx, id string) error + func (t *TaskStartFunc) IsAllWorker() bool + func (t *TaskStartFunc) IsSingleton() bool + type TaskStopFunc struct + func (t *TaskStopFunc) Func(ctx g.Ctx, id string) error + func (t *TaskStopFunc) IsAllWorker() bool + func (t *TaskStopFunc) IsSingleton() bool + type TaskTest struct + func (t *TaskTest) Func(ctx g.Ctx, param string) error + func (t *TaskTest) IsAllWorker() bool + func (t *TaskTest) IsSingleton() bool