correctness

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CorrectnessReport

type CorrectnessReport struct {
	Timestamp string       `json:"timestamp"`
	BaseURL   string       `json:"baseURL"`
	Results   []TestResult `json:"results"`
	AllPassed bool         `json:"allPassed"`
}

CorrectnessReport is the top-level structure written to correctness-report.json.

type TestResult

type TestResult struct {
	Name         string `json:"name"`
	Passed       bool   `json:"passed"`
	ItemsChecked int    `json:"itemsChecked"`
	Detail       string `json:"detail,omitempty"`
}

TestResult holds the outcome of a single correctness test.

Jump to

Keyboard shortcuts

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