Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronJobModule ¶
type CronJobModule struct {
// contains filtered or unexported fields
}
func NewCronJobService ¶
func NewCronJobService() (*CronJobModule, error)
func (*CronJobModule) Close ¶
func (c *CronJobModule) Close() error
func (*CronJobModule) DefineJob ¶
func (c *CronJobModule) DefineJob(definition gocron.JobDefinition, handler func()) error
func (*CronJobModule) Start ¶
func (c *CronJobModule) Start()
Click to show internal directories.
Click to hide internal directories.