MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / Do

Method Do

workers/webhook/pkg/webhook/sender.go:36–36  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

34
35type HTTPClient interface {
36 Do(req *http.Request) (*http.Response, error)
37}
38
39type Sender struct {

Callers 15

submitRequestFunction · 0.65
updateGoldenFunction · 0.65
FetchMethod · 0.65
executeRequestMethod · 0.65
CacheMethod · 0.65
GetMethod · 0.65
getExistingEmailChannelsFunction · 0.65
getTotalFeatureCountMethod · 0.65

Implementers 2

mockHTTPClientlib/email/chime/client_test.go
mockHTTPClientworkers/webhook/pkg/webhook/mocks_test

Calls

no outgoing calls

Tested by 7

submitRequestFunction · 0.52
updateGoldenFunction · 0.52
TestChromiumEnumsParityFunction · 0.52