system/

directory
v0.0.0-...-cae3ad5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2017 License: MIT

Directories

Path Synopsis
Package scheduler is a cron replacement based on: http://adam.herokuapp.com/past/2010/4/13/rethinking_cron/ and https://github.com/dbader/schedule Uses include: func main() { job := func() { fmt.Println("Time's up!") } scheduler.Every(5).Seconds().Run(function) scheduler.Every().Day().Run(function) scheduler.Every().Sunday().At("08:30").Run(function) }
Package scheduler is a cron replacement based on: http://adam.herokuapp.com/past/2010/4/13/rethinking_cron/ and https://github.com/dbader/schedule Uses include: func main() { job := func() { fmt.Println("Time's up!") } scheduler.Every(5).Seconds().Run(function) scheduler.Every().Day().Run(function) scheduler.Every().Sunday().At("08:30").Run(function) }

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL