Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler struct { LinkList *datatypes.SitemapList // contains filtered or unexported fields }
Crawler represents a recursive url fetcher
func NewCrawler ¶
func NewCrawler(urlFetcher UrlFetcher, depth int, logger *log.Logger) *Crawler
NewCrawler creates a new Crawler instance
Click to show internal directories.
Click to hide internal directories.