Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Job ¶
Job represents a scan job. Each target can have exactly one job.
func New ¶
func New(target string, paths *Paths, timeout time.Duration, batchSz int, acters []acter.Acter, tasks []func(*state.Result) error, ticker bool) *Job
New returns a new job.
Click to show internal directories.
Click to hide internal directories.