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

Interface roundTripper

perfops/client_test.go:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type roundTripper interface {
56 RoundTrip(req *http.Request) (*http.Response, error)
57}
58
59func newTestClient(tr roundTripper) (*Client, error) {
60 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