Add repo polling support

This commit is contained in:
2022-12-20 18:42:34 -07:00
parent 53a3a70a06
commit 9cb4ca687e
7 changed files with 223 additions and 5 deletions
+4 -3
View File
@@ -10,9 +10,10 @@ type Webhook struct {
}
type Job struct {
URL string
Webhook Webhook
Cron *string
URL string
Webhook Webhook
Cron *string
PollInterval uint64
}
type Runner struct {