| 151 | } |
| 152 | |
| 153 | type successDownloader struct{} |
| 154 | |
| 155 | func (d *successDownloader) Download(sp *spider.Spider, req *request.Request) *spider.Context { |
| 156 | ctx := spider.GetContext(sp, req) |
nothing calls this directly
no outgoing calls
no test coverage detected