runner

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	RequestURL string
	StatusCode int
	Error      error
}

type Results

type Results struct {
	Results []Result
}

type Runner

type Runner struct {
	Options *options.Options
	Results chan Result
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(o *options.Options) (runner *Runner)

NewRunner creates a new runner

func (*Runner) Run

func (r *Runner) Run(target string)

Run starts the runner

Jump to

Keyboard shortcuts

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