(p pipeline.Pipeline)
| 158 | } |
| 159 | |
| 160 | func (this *Spider) AddPipeline(p pipeline.Pipeline) *Spider { |
| 161 | this.pPiplelines = append(this.pPiplelines, p) |
| 162 | return this |
| 163 | } |
| 164 | |
| 165 | func (this *Spider) SetScheduler(s scheduler.Scheduler) *Spider { |
| 166 | this.pScheduler = s |
no outgoing calls
no test coverage detected