go-webhookd icon indicating copy to clipboard operation
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...

Results 19 go-webhookd issues
Sort by recently updated
recently updated
newest added

On startup, etc. See the example/problems with the way this is done in https://github.com/whosonfirst/go-whosonfirst-updated

enhancement
daemon

For extracting (and dispatching) commit messages.

enhancement
transformations

We need to pass this information down to consumers (like `updated`) so that they can do the right thing

transformations
github

For example: ``` {'pattern': None, 'type': 'message', 'channel': 'sse', 'data': '[]'} ```

transformations
github

Probably just modeled after the GitHub receiver.

receivers