package
0.0.0-20200107211526-8e17a2142328
Repository: https://github.com/genesiskernel/go-genesis.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddTask adds task to global scheduler.
NewScheduler creates a new scheduler.
Parse parses cron format.
UpdateTask updates task in global scheduler.

# Structs

Scheduler represents wrapper over the cron library.
Task represents task.

# Interfaces

Handler represents interface of task handler.