sources

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var All = []string{
	"commoncrawl",
	"otx",
	"urlscan",
	"wayback",
}

All contains the list of all sources (used by default).

Functions

This section is empty.

Types

type Result

type Result struct {
	Source string
	URL    string
}

Result is a

type Source

type Source interface {
	Run(string, bool) chan Result
	Name() string
}

Source is an interface inherited by each source

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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