Add repo polling support
This commit is contained in:
+4
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user