Documentation ¶
Index ¶
- func Contains(links []string, linkToFind string) bool
- func JsonParse(crawledData CrawlerResult, fileName string)
- func Plot(res CrawlerResult, fileName string)
- func Remove(urlList []string, urlToRemove string) []string
- func ResolveUrls(link string, baseURL string) string
- type AssetsMap
- type CrawlerResult
- type Img
- type Relations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JsonParse ¶
func JsonParse(crawledData CrawlerResult, fileName string)
func Plot ¶
func Plot(res CrawlerResult, fileName string)
func ResolveUrls ¶
Types ¶
type CrawlerResult ¶
type CrawlerResult struct { AssetsMapList []AssetsMap `json:"assetsMapList"` RelationLinks []Relations `json:"relationLinks"` Crawled []string `json:"crawled"` // contains filtered or unexported fields }
func Crawl ¶
func Crawl(url string) CrawlerResult
func CrawlAssets ¶
func CrawlAssets(url string) CrawlerResult
Click to show internal directories.
Click to hide internal directories.