MCPcopy
hub / github.com/gofiber/fiber / stubRedirectClient

Struct stubRedirectClient

client/transport_test.go:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45func ptrString(v string) *string { return &v }
46
47type stubRedirectClient struct {
48 calls []stubRedirectCall
49 callCount int
50}
51
52func (s *stubRedirectClient) Do(req *fasthttp.Request, resp *fasthttp.Response) error {
53 _ = req

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected