Create crond scheduler and dependencies and store to disk

This commit is contained in:
bel
2020-03-12 15:14:25 -06:00
parent f022b26987
commit 122806f438
11 changed files with 508 additions and 0 deletions

7
scheduler/runner.go Normal file
View File

@@ -0,0 +1,7 @@
package scheduler
type Runner int
const (
Bash Runner = iota + 1
)