Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseSpider ¶
type BaseSpider struct {
Name string
Collector *colly.Collector
Mux sync.Mutex
BaseUrl string
UA string
}
func (*BaseSpider) GetIndexPage ¶
func (sp *BaseSpider) GetIndexPage()
func (*BaseSpider) ParserHtml ¶
func (sp *BaseSpider) ParserHtml(tmp chan map[string]string)
Click to show internal directories.
Click to hide internal directories.