Documentation
¶
Overview ¶
Package spike provides the main Spike application structure and functionality. It attaches the scanner and reporter components to run the scanning process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosingScanner = errors.New("error while closing scanner")
View Source
var ErrFailedScanner = errors.New("error while running scanner")
Functions ¶
func NewREPLShell ¶
Types ¶
type Option ¶
type Option func(s *Scanner)
func OptionWithConfig ¶
OptionWithConfig sets the config.
func OptionWithDBPath ¶
OptionWithDBPath sets the database path.
func OptionWithInputDomains ¶
OptionWithInputDomains sets the input domains.
func OptionWithScanMode ¶
OptionWithScanMode sets the scan mode.
Click to show internal directories.
Click to hide internal directories.