Browse Source

Comments

pull/24/head
Kegan Dougal 8 years ago
parent
commit
1723763377
  1. 1
      src/github.com/matrix-org/go-neb/services/jira/webhook/webhook.go

1
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"`

Loading…
Cancel
Save