explain

package
v0.26.2 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	Field  string
	Before string
	After  string
}

type Final

type Final struct {
	Mode     string
	Protocol string
	Method   string
	URL      string
	Headers  []Header
	Body     string
	BodyNote string
	Settings []Pair
	Route    *Route
	Details  []Pair
	Steps    []string
}
type Header struct {
	Name  string
	Value string
}

type Pair

type Pair struct {
	Key   string
	Value string
}

type Report

type Report struct {
	Name     string
	Method   string
	URL      string
	Env      string
	Status   Status
	Decision string
	Failure  string
	Vars     []Var
	Stages   []Stage
	Final    *Final
	Warnings []string
}

type Route

type Route struct {
	Kind    string
	Summary string
	Notes   []string
}

type Stage

type Stage struct {
	Name    string
	Status  StageStatus
	Summary string
	Changes []Change
	Notes   []string
}

type StageStatus

type StageStatus string
const (
	StageOK      StageStatus = "ok"
	StageSkipped StageStatus = "skipped"
	StageError   StageStatus = "error"
)

type Status

type Status string
const (
	StatusReady   Status = "ready"
	StatusSkipped Status = "skipped"
	StatusError   Status = "error"
)

type Var

type Var struct {
	Name     string
	Source   string
	Value    string
	Shadowed []string
	Uses     int
	Missing  bool
	Dynamic  bool
}

Jump to

Keyboard shortcuts

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