Update cron type with ref pattern

This commit is contained in:
2023-04-08 15:18:29 -06:00
parent a9481fa9bc
commit fe9e1cac15
4 changed files with 25 additions and 9 deletions
+3 -2
View File
@@ -81,6 +81,7 @@ type Runner struct {
}
type Cron struct {
Id uuid.UUID
Cron string
Id uuid.UUID
Cron string
Pattern string
}