website

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2020 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebsitePage

type WebsitePage struct {
	URL        string
	Time       WebsitePageTime
	StatusCode int
	Length     int
	Type       string
	Parent     *WebsitePage   `json:"-" yaml:"-"`
	Links      []string       `json:",omitempty" yaml:",omitempty"`
	Images     []string       `json:",omitempty" yaml:",omitempty"`
	Scripts    []string       `json:",omitempty" yaml:",omitempty"`
	Styles     []string       `json:",omitempty" yaml:",omitempty"`
	Emails     []string       `json:",omitempty" yaml:",omitempty"`
	Children   []*WebsitePage `json:",omitempty" yaml:",omitempty"`
}

type WebsitePageTime

type WebsitePageTime struct {
	DNS          time.Duration
	Connect      time.Duration
	TLSHandshake time.Duration
	FirstByte    time.Duration
	Download     time.Duration
}

type WebsiteScanner

type WebsiteScanner struct {
	// contains filtered or unexported fields
}

func NewWebsiteScanner

func NewWebsiteScanner(options common.WebsiteOptions) *WebsiteScanner

func (*WebsiteScanner) Start

func (ws *WebsiteScanner) Start()

type WebsiteScannerResult

type WebsiteScannerResult struct {
	Root        *WebsitePage
	StatusCodes map[int]int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL