Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CronJobTable ¶ added in v0.0.26
type CronJobTable struct {
// contains filtered or unexported fields
}
func New ¶
func New() *CronJobTable
func (*CronJobTable) Add ¶ added in v0.0.26
func (c *CronJobTable) Add(cronLine string, fn func()) (remove func(), err error)
func (*CronJobTable) Run ¶ added in v0.0.26
func (c *CronJobTable) Run()
type Expression ¶
type Expression struct {
// contains filtered or unexported fields
}
func Parse ¶
func Parse(cronLine string) (*Expression, error)
Click to show internal directories.
Click to hide internal directories.