package
Version:
v0.0.0-...-714bc2e
Opens a new window with list of versions in this module.
Published: May 23, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Append 添加定时任务,并且随着 lifecycle.Lifecycle 运行或停止
type CronCmd interface {
AddFunc(spec string, action func()) (cron.EntryID, error)
}
CronCmd command of cron
Stop cron
Run 添加并运行定时任务,并返回 jobs 的 Stop 函数。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.