Added http headers as another param to ProcessPayloadFunc

This commit is contained in:
Lars Lehtonen
2016-10-20 15:53:15 -07:00
parent 6bfbae2ae3
commit 16a6ac7a61
7 changed files with 60 additions and 52 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const (
)
// HandlePayload handles GitHub event(s)
func HandlePayload(payload interface{}) {
func HandlePayload(payload interface{}, header webhooks.Header) {
}