MCPcopy
hub / github.com/prometheus/client_golang / Do

Method Do

api/client.go:79–79  ·  view source on GitHub ↗
(context.Context, *http.Request)

Source from the content-addressed store, hash-verified

77type Client interface {
78 URL(ep string, args map[string]string) *url.URL
79 Do(context.Context, *http.Request) (*http.Response, []byte, error)
80}
81
82type CloseIdler interface {

Callers 7

BenchmarkClientFunction · 0.95
attemptWriteMethod · 0.65
DoMethod · 0.65
runMainFunction · 0.65
runMainFunction · 0.65

Implementers 5

httpClientapi/client.go
apiClientImplapi/prometheus/v1/api.go
apiTestClientapi/prometheus/v1/api_test.go
testClientapi/prometheus/v1/api_test.go
httpTestClientapi/prometheus/v1/api_test.go

Calls

no outgoing calls

Tested by 2

BenchmarkClientFunction · 0.76