MCPcopy
hub / github.com/crowdsecurity/crowdsec / RoundTripFunc

FuncType RoundTripFunc

pkg/cticlient/client_test.go:28–28  ·  view source on GitHub ↗

RoundTripFunc .

func(req *http.Request) *http.Response

Source from the content-addressed store, hash-verified

26
27// RoundTripFunc .
28type RoundTripFunc func(req *http.Request) *http.Response
29
30// RoundTrip .
31func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {

Callers 8

TestBadFireAuthFunction · 0.70
TestFireOkFunction · 0.70
TestFirePaginatorFunction · 0.70
TestBadSmokeAuthFunction · 0.70
TestSmokeInfoValidIPFunction · 0.70
TestSmokeUnknownIPFunction · 0.70
TestRateLimitFunction · 0.70
TestSearchIPsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…