Documentation
¶
Index ¶
- func CrawlFiles(seedURLs []*url.URL, exactFileRegex string, debug bool) ([]string, error)
- func CrawlFolders(seedURLs []*url.URL, exactFolderRegex string, recursive bool, debug bool) ([]string, error)
- func CrawlFoldersPath(seedURLs []*url.URL, exactFolderRegex string, recursive bool, debug bool) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CrawlFiles ¶
CrawlFiles returns a list of file names found from the seed URL, filtered by file name regex.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.