| 158 | } |
| 159 | |
| 160 | type mockSurfer struct { |
| 161 | resp *http.Response |
| 162 | } |
| 163 | |
| 164 | func (m *mockSurfer) Download(req surfer.Request) result.Result[*http.Response] { |
| 165 | if m.resp != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected