af2afebd
Add legacy webhooks worker implementation
Drew DeVault <sir@cmpwn.com> — 2020-10-10 15:24:59 UTC
Commit af2afebd4c0a5b082dedc2a21aa00a57a65c65ca —
view raw patch
Parent(s):
14f4b921
| File | Status | + | − |
|---|---|---|---|
auth/middleware.go
|
M | +4 | -4 |
auth/middleware_test.go
|
M | +5 | -5 |
crypto/crypto.go
|
M | +10 | |
crypto/crypto_test.go
|
M | +6 | |
database/sq.go
|
M | +2 | -2 |
go.mod
|
M | +3 | -2 |
go.sum
|
M | +7 | |
server/server.go
|
M | +11 | -11 |
webhooks/legacy.go
|
A | +250 | |
webhooks/legacy_test.go
|
A | +114 |