Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkExtractor ¶
type LinkExtractor struct { }
func NewLinkExtractor ¶
func NewLinkExtractor() LinkExtractor
type Scraper ¶
type Scraper struct {
// contains filtered or unexported fields
}
func NewScraper ¶
func NewScraper() *Scraper
type WebPageExtractor ¶
type WebPageExtractor struct { }
func NewWebPageExtractor ¶
func NewWebPageExtractor() *WebPageExtractor
func (*WebPageExtractor) ExtractWebPage ¶
func (w *WebPageExtractor) ExtractWebPage(webPageUrl string, webPageResponse chan *http.Response, errorChannel chan error)
type WebPageParser ¶
type WebPageParser struct {
// contains filtered or unexported fields
}
func NewWebPageParser ¶
func NewWebPageParser(linkExtractor LinkExtractor) *WebPageParser
Click to show internal directories.
Click to hide internal directories.