Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobSchduler ¶
type JobSchduler struct {
// contains filtered or unexported fields
}
var CronSchaduler JobSchduler
func (*JobSchduler) AddAndStartJob ¶
func (self *JobSchduler) AddAndStartJob(job func(), errHandler func(error), taskName string, cronTab string)
Click to show internal directories.
Click to hide internal directories.