Add scaffolding for cron trigger support
This commit is contained in:
@@ -79,3 +79,8 @@ type Runner struct {
|
||||
Name string
|
||||
Token string
|
||||
}
|
||||
|
||||
type Cron struct {
|
||||
Id uuid.UUID
|
||||
Cron string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user