Defining the handler for background webhook build worker
Created by: susantoscott
This handler handles records for when a webhookBuildJob is dequeued. This PR contains:
- definition of the handler
- unit tests for the handler
-
testdata
andvcr
files for testing -
store.go
andmocks_temp.go
changes to obtain user data for authentication -
go.mod
andgo.sum
for secret generator using therandstr
library
This PR is built on top of the DB schema in this PR and the Job in this PR.
Test plan
go test-run TestWebhookBuildHandle