Add Bitbucket logic.

This commit is contained in:
joeybloggs
2016-01-07 14:19:13 -05:00
parent b297674e2b
commit 4598745601
4 changed files with 220 additions and 58 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type Webhook struct {
eventFuncs map[Event]webhooks.ProcessPayloadFunc
}
// Config defines the configuration to create a new GitHubWebhook instance
// Config defines the configuration to create a new GitHub Webhook instance
type Config struct {
Secret string
}