MCPcopy
hub / github.com/hu17889/go_spider / AddPipeline

Method AddPipeline

core/spider/spider.go:160–163  ·  view source on GitHub ↗
(p pipeline.Pipeline)

Source from the content-addressed store, hash-verified

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

Callers 5

GetAllMethod · 0.95
GetAllByRequestMethod · 0.95
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected