diff --git a/webhooks/queue.go b/webhooks/queue.go index 7c660ee2152f2b0266ef99a967772a7dbe700cb1..b250eb6f2264091bb029f840f956ea631a65de50 100644 --- a/webhooks/queue.go +++ b/webhooks/queue.go @@ -31,12 +31,13 @@ type WebhookSubscription struct { ID int URL string Query string + // See AuthConfig in webhooks/config.go for an explanation of these fields AuthMethod string TokenHash *string Grants *string ClientID *string - NodeID *string Expires *time.Time + NodeID *string } // Creates a new worker for delivering webhooks. The caller must start the