commoncrawl

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonAPIResult

type CommonAPIResult []struct {
	API string `json:"cdx-api"`
}

CommonAPIResult is a

type CommonPaginationResult

type CommonPaginationResult struct {
	Blocks   uint `json:"blocks"`
	PageSize uint `json:"pageSize"`
	Pages    uint `json:"pages"`
}

CommonPaginationResult is a

type CommonResult

type CommonResult struct {
	URL   string `json:"url"`
	Error string `json:"error"`
}

CommonResult is a

type Source

type Source struct{}

Source is the passive scraping agent

func (*Source) Name

func (source *Source) Name() string

Name returns the name of the source

func (*Source) Run

func (source *Source) Run(domain string, includeSubs bool) chan sources.Result

Run function returns all subdomains found with the service

Jump to

Keyboard shortcuts

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