MCPcopy
hub / github.com/andeya/pholcus / mockSurfer

Struct mockSurfer

app/aid/proxy/proxy_test.go:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160type mockSurfer struct {
161 resp *http.Response
162}
163
164func (m *mockSurfer) Download(req surfer.Request) result.Result[*http.Response] {
165 if m.resp != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected