Documentation ¶
Overview ¶
Package cron emulate linux crontab
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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.