output

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Version = "v0.0.4"
)

Variables

This section is empty.

Functions

func FormatJSON added in v0.0.2

func FormatJSON(url, jsEval, e string) ([]byte, error)

FormatJSON returns the input as JSON string.

func ShowBanner

func ShowBanner()

ShowBanner prints the banner.

Types

type JSONData added in v0.0.2

type JSONData struct {
	URL          string `json:"URL,omitempty"`
	JSEvaluation string `json:"JSEvaluation,omitempty"`
	Error        string `json:"Error,omitempty"`
}

JSONData.

type Result

type Result struct {
	Map   map[string]struct{}
	Mutex *sync.RWMutex
}

Result is the struct handling the output.

func New

func New() Result

New returns a new Result object.

func (*Result) Printed

func (o *Result) Printed(result string) bool

Printed checks if a string was already printed.

Jump to

Keyboard shortcuts

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