wip: feat(wingmate): convert from new config to task

This commit is contained in:
2024-01-12 11:33:06 +11:00
parent 1926598c0f
commit 2c9bc8b56d
9 changed files with 64 additions and 40 deletions

View File

@@ -17,11 +17,7 @@ type CronTimeSpec interface {
}
type Cron struct {
Minute CronTimeSpec
Hour CronTimeSpec
DoM CronTimeSpec
Month CronTimeSpec
DoW CronTimeSpec
CronSchedule
Command string
}

1
config/util.go Normal file
View File

@@ -0,0 +1 @@
package config