diff --git a/src/github.com/matrix-org/go-neb/services/jira/webhook/webhook.go b/src/github.com/matrix-org/go-neb/services/jira/webhook/webhook.go index 2ea562d..a34765c 100644 --- a/src/github.com/matrix-org/go-neb/services/jira/webhook/webhook.go +++ b/src/github.com/matrix-org/go-neb/services/jira/webhook/webhook.go @@ -22,6 +22,7 @@ type jiraWebhook struct { Enabled bool `json:"enabled"` } +// Event represents an incoming JIRA webhook event type Event struct { WebhookEvent string `json:"webhookEvent"` Timestamp int64 `json:"timestamp"`