Versions in this module Expand all Collapse all v0 v0.0.8 Feb 9, 2020 Changes in this version + type WebsitePage struct + Children []*WebsitePage + Emails []string + Images []string + Length int + Links []string + Parent *WebsitePage + Scripts []string + StatusCode int + Styles []string + Time WebsitePageTime + Type string + URL string + type WebsitePageTime struct + Connect time.Duration + DNS time.Duration + Download time.Duration + FirstByte time.Duration + TLSHandshake time.Duration + type WebsiteScanner struct + func NewWebsiteScanner(options common.WebsiteOptions) *WebsiteScanner + func (ws *WebsiteScanner) Start() + type WebsiteScannerResult struct + Root *WebsitePage + StatusCodes map[int]int