Add scaffolding for cron trigger support

This commit is contained in:
2023-04-08 14:42:23 -06:00
parent e1382e50ea
commit a9481fa9bc
4 changed files with 171 additions and 0 deletions
+5
View File
@@ -79,3 +79,8 @@ type Runner struct {
Name string
Token string
}
type Cron struct {
Id uuid.UUID
Cron string
}