finding

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CrashFinding    = FindingType("CRASH")
	DataLossFinding = FindingType("DATA_LOSS")
	IncompatFinding = FindingType("INCOMPATIBLE")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	Type    FindingType `json:"type"`
	Message string      `json:"output"`
}

func NewCrashFinding

func NewCrashFinding(err error) Finding

func NewDataLossFinding

func NewDataLossFinding(message string) Finding

func NewIncompatFinding

func NewIncompatFinding(message string) Finding

type FindingType

type FindingType = string

Jump to

Keyboard shortcuts

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