Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronService ¶
type CronService struct { Queue event.Queue `inject:""` Logger *slog.Logger `inject:""` // contains filtered or unexported fields }
func Service ¶
func Service() *CronService
func (*CronService) Name ¶ added in v0.5.0
func (c *CronService) Name() string
func (*CronService) Schedule ¶
func (c *CronService) Schedule(cron string, e Event) *CronService
Click to show internal directories.
Click to hide internal directories.