result

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Rand

func Rand(arrays ...[]string) chan []string

Types

type Rander

type Rander struct {
	Arrays [][]string
	Out    chan []string
}

type Result

type Result struct {
	TimeStamp     time.Time `json:"timestamp" csv:"timestamp"`
	URL           string    `json:"target" csv:"url"`
	Path          string    `json:"path"  csv:"path"`
	Method        string    `json:"method" csv:"method"`
	Title         string    `json:"title" csv:"title"`
	Host          string    `json:"host" csv:"host"`
	A             []string  `json:"A" csv:"a"`
	CNAME         []string  `json:"CNAME" csv:"cname"`
	Status        int       `json:"status" csv:"status"`
	ContentLength int64     `json:"content-length" csv:"content-length"`
	Server        string    `json:"server" csv:"server"`
	Technology    []string  `json:"technology" csv:"technology"`
	ResponseBody  string    `json:"response" csv:"-"`
	RequestBody   string    `json:"request" csv:"-"`
	Links         []string  `json:"-" csv:"-"`
}

func (*Result) ToString added in v1.4.0

func (tr *Result) ToString() string

Jump to

Keyboard shortcuts

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