| 107 | } |
| 108 | |
| 109 | type errorDownloader struct{} |
| 110 | |
| 111 | func (d *errorDownloader) Download(sp *spider.Spider, req *request.Request) *spider.Context { |
| 112 | ctx := spider.GetContext(sp, req) |
nothing calls this directly
no outgoing calls
no test coverage detected