//
pkg.gl
Category
github.com/shootz-developer/gtool
system
package
1.0.5
Repository:
https://github.com/shootz-developer/gtool.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
0
Files
47 SLOC
#
Functions
StartTask
StartTask 封装cron包,启动定时任务 6个字段 [second minute hour day month weekday] 如 "0 */5 * * * ?" 每隔5分钟.
StartTaskAtOnce
StartTaskAtOnce 启动时先执行一次,然后调用 StartTask.