package
0.18.6
Repository: https://github.com/top-solution/go-libs.git
Documentation: pkg.go.dev

# Functions

NewScheduler returns a new Scheduler.

# Variables

No description provided by the author

# Structs

Entry
Entry consists of a frequency and the TaskFn to execute on that frequency.
Scheduler keeps track of any number of entries, invoking the associated TaskFn.

# Type aliases

LastRunTimeFn is a func able to fetch the time of the last run.
TaskFn is some task you need to run every so often.