go-webhookd
go-webhookd copied to clipboard
Go package to implement a bucket-brigrade style webhook server where requests are relayed through a receiver, one or more transformations and one or more dispatchers each of which have interfaces and...
On startup, etc. See the example/problems with the way this is done in https://github.com/whosonfirst/go-whosonfirst-updated
For extracting (and dispatching) commit messages.
We need to pass this information down to consumers (like `updated`) so that they can do the right thing
For example: ``` {'pattern': None, 'type': 'message', 'channel': 'sse', 'data': '[]'} ```
Probably just modeled after the GitHub receiver.