Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CDNDetector ¶
type CDNDetector struct {
// contains filtered or unexported fields
}
func NewCDNDetector ¶
func NewCDNDetector() *CDNDetector
type CSVOutput ¶
type CSVOutput struct {
// contains filtered or unexported fields
}
func NewCSVOutput ¶
type InputProcessor ¶
type InputProcessor struct {
// contains filtered or unexported fields
}
func NewInputProcessor ¶
func NewInputProcessor(url, urlFile string) (*InputProcessor, error)
func (*InputProcessor) URLs ¶
func (ip *InputProcessor) URLs() <-chan string
type OutputProcessor ¶
type TXTOutput ¶
type TXTOutput struct {
// contains filtered or unexported fields
}
func NewTXTOutput ¶
type TerminalOutput ¶
type TerminalOutput struct{}
func NewTerminalOutput ¶
func NewTerminalOutput() *TerminalOutput
func (*TerminalOutput) Close ¶
func (t *TerminalOutput) Close() error
func (*TerminalOutput) Write ¶
func (t *TerminalOutput) Write(url, fingerprint, cdnInfo string) error
Click to show internal directories.
Click to hide internal directories.