report

package
v0.1.137 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 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 Diagnostic

type Diagnostic struct {
	Key   string
	Value any
}

type Record

type Record struct {
	SchemaVersion int
	ReportKind    string
	ReportID      string
	State         string
	Summary       map[string]any
	Diagnostics   []Diagnostic
	RuleResults   []RuleResult
	NonClaims     []any
}

func BuildSelfCheckReport

func BuildSelfCheckReport(input any) Record

func (Record) JSONValue

func (record Record) JSONValue() map[string]any

type RuleResult

type RuleResult struct {
	RuleID      string
	Status      string
	Message     string
	Diagnostics []Diagnostic
}

Jump to

Keyboard shortcuts

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