~bigbes/core-go: 8bd6005b

webhooks: initial prototype for GQL-native webhooks

Drew DeVault <sir@cmpwn.com> — 2021-08-17 12:05:55 UTC

Commit 8bd6005b06d0b8cea57964120a3e6096ded69b82view raw patch

Parent(s): dc0584da

6 changed file(s)

FileStatus+
auth/bearer.go M +35
auth/middleware.go M +31 -27
server/directives.go M +5 -1
webhooks/config.go A +46
webhooks/context.go A +39
webhooks/queue.go A +297