MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / roundTripper

Interface roundTripper

cmd/root_test.go:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213type roundTripper interface {
214 RoundTrip(req *http.Request) (*http.Response, error)
215}
216
217func newTestPerfopsClient(tr roundTripper) (*perfops.Client, error) {
218 c := &http.Client{Transport: tr}

Callers

nothing calls this directly

Implementers 4

recordingTransportcmd/root_test.go
recordingTransportperfops/client_test.go
respondingTransportperfops/client_test.go
testTransportperfops/client_test.go

Calls

no outgoing calls

Tested by

no test coverage detected