run

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exec

func Exec(target string) (output string, err error)

func ExecCommand

func ExecCommand(seed string, target string) (output string, err error)

func ExecParallel

func ExecParallel(target string, parallel int64, number int, path string, view bool) (err error)

func Run

func Run(target string, parallel int64, number int, logDir string, view bool) (err error)

Types

type Http

type Http struct {
	Status uint64 `json:"status"`
	Url    string `json:"url"`
	Method string `json:"method"`
}

type Output

type Output struct {
	Code    uint64 `json:"code"`
	Message string `json:"message"`
	Seed    uint64 `json:"seed"`
	Http    Http   `json:"http"`
}

Jump to

Keyboard shortcuts

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