From 1723763377905e3a9cbaa94fdb2ac21da3263842 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 12 Aug 2016 15:55:12 +0100 Subject: [PATCH] Comments --- .../matrix-org/go-neb/services/jira/webhook/webhook.go | 1 + 1 file changed, 1 insertion(+) 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"`