evidence

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomEvidence

type CustomEvidence struct {
	Data map[string]any
}

func (*CustomEvidence) IsEmpty

func (e *CustomEvidence) IsEmpty() bool

type HTTPEvidence

type HTTPEvidence struct {
	RawRequest      string
	RawResponse     string
	RequestMethod   string
	RequestURL      string
	RequestHeaders  map[string][]string
	ResponseStatus  int
	ResponseHeaders map[string][]string
	RequestBody     []byte
	ResponseBody    []byte
}

func (*HTTPEvidence) HasStructured

func (e *HTTPEvidence) HasStructured() bool

func (*HTTPEvidence) IsEmpty

func (e *HTTPEvidence) IsEmpty() bool

Jump to

Keyboard shortcuts

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