Documentation ¶
Overview ¶
Package crawler provides functionalities to crawl a given website's pages
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channels ¶
Channels is a Page channels map where the index is the response code so we can define different behavior for the different resp codes
type Crawler ¶
type Crawler struct {
// contains filtered or unexported fields
}
Crawler is the main package object used to initialize the crawl
func NewCrawler ¶
NewCrawler is the crawler inicialization method
Click to show internal directories.
Click to hide internal directories.