Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebCrawler ¶
type WebCrawler struct {
DomainName string
MaxDepth int
MaxPages int
Spider colly.Collector
CrawlDelayIn time.Duration
Links []Link
Visited map[string]bool
Count int
}
func CreateWebCrawler ¶
func CreateWebCrawler(webCrawlerOpts WebCrawlerOpts) *WebCrawler
func (*WebCrawler) Crawl ¶
func (wc *WebCrawler) Crawl()
Click to show internal directories.
Click to hide internal directories.