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
-
testdataandvcrfiles for testing -
store.goandmocks_temp.gochanges to obtain user data for authentication -
go.modandgo.sumfor secret generator using therandstrlibrary
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