Documentation
¶
Overview ¶
Package cron
Package cron ¶
Package cron ¶
Package cron 定时任务 ¶
Package cron
Index ¶
Constants ¶
View Source
const ( Yearly = "@yearly" Annually = "@annually" Monthly = "@monthly" Daily = "@daily" MidNightly = "@midnight" Hourly = "@hourly" Weekly = "@weekly" Every = "@every" // 后面使用秒s 分m 时h )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cron ¶
type Cron struct {
// contains filtered or unexported fields
}
func NewWithOption ¶ added in v1.0.5
NewWithOption 附加原生cron v3配置
func NewWithRecover ¶ added in v1.0.5
func NewWithRecover() *Cron
NewWithRecover 创建带recover的支持秒级的定时器
Click to show internal directories.
Click to hide internal directories.