Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrawlOptions ¶
type CrawlResult ¶
type CrawlResult struct { TreeString string Files []filesystem.FileInfo }
func ProcessWebURL ¶
func ProcessWebURL(urlStr string, options CrawlOptions, excludePatterns []string) (*CrawlResult, error)
type Crawler ¶
type Crawler struct {
// contains filtered or unexported fields
}
func NewCrawler ¶
func NewCrawler(options CrawlOptions, startURL string) *Crawler
func (*Crawler) SetExcludePatterns ¶
Click to show internal directories.
Click to hide internal directories.