Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderNotifyZfbSchedule ¶
type OrderNotifyZfbSchedule struct { PayService *service.PayService `inject:"PayService"` DoNotify func() `cron:"0/10 * * * * ?"` //10秒执行一次,具体百度参考 cron表达式 }
定时任务 调度 通知服务处理器
func (*OrderNotifyZfbSchedule) Init ¶
func (it *OrderNotifyZfbSchedule) Init(cron *cron.Cron)
Click to show internal directories.
Click to hide internal directories.