Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleChrome/webstatus.dev
/ HTTPClient
Interface
HTTPClient
workers/webhook/pkg/webhook/sender.go:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
type
HTTPClient
interface
{
36
Do(req *http.Request) (*http.Response, error)
37
}
38
39
type
Sender
struct
{
40
httpClient HTTPClient
Callers
8
submitRequest
Function · 0.65
updateGolden
Function · 0.65
Fetch
Method · 0.65
executeRequest
Method · 0.65
Cache
Method · 0.65
Get
Method · 0.65
ListSystemManagedSavedSearchesByFeatureIDs
Method · 0.65
findOrphanedSystemManagedSavedSearchIDs
Method · 0.65
Implementers
2
mockHTTPClient
lib/email/chime/client_test.go
mockHTTPClient
workers/webhook/pkg/webhook/mocks_test
Calls
no outgoing calls
Tested by
no test coverage detected