Documentation ¶
Overview ¶
* User: cr-mao Date: 2023/11/17 11:29 Email: crmao@qq.com Desc: task.go
* User: cr-mao Date: 2023/11/17 11:46 Email: crmao@qq.com Desc: doc.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DayZeroTask ¶
type DayZeroTask struct { component.Base Node *node.Node DailyTask func(*node.Node) WeekTask func(*node.Node) }
暂时只为 日任务、周任务用的
func NewDayZeroTask ¶
func NewDayZeroTask(node *node.Node, dayTask, weekTask func(*node.Node)) *DayZeroTask
func (*DayZeroTask) Start ¶
func (tInstance *DayZeroTask) Start()
Click to show internal directories.
Click to hide internal directories.