diff --git a/crontabd/main.go b/crontabd/main.go index 82dad49..a1e5ab6 100644 --- a/crontabd/main.go +++ b/crontabd/main.go @@ -11,6 +11,11 @@ import ( logger "git.site.quack-lab.dev/dave/cylogger" ) +type CronJob struct { + Cron string + Command string +} + var crontabFile string func main() {