Add Webhook and WebhookStore types

Review Request #10014 — Created June 11, 2018 and submitted — Latest diff uploaded

Information

rb-gateway
master
f9916e4...

Reviewers

This patch adds the initial types for Webhooks, including a store type
for loading/saving the set of webhooks.

Co-authored-by: Claudia Chen claudzchen@gmail.com

Ran go fmt ./....
Ran go test ./....

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5
repositories/events/events.go
repositories/hooks/store.go
repositories/hooks/store_test.go
repositories/hooks/webhook.go
Loading...