Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronJob ¶
type CronJob struct {
// contains filtered or unexported fields
}
CronJob runs the given function at the specified interval until stopped.
func NewCronJob ¶
NewCronJob creates a new CronJob instance with the given interval and function.
Click to show internal directories.
Click to hide internal directories.