validate

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check struct {
	Name    string `json:"name"`
	Passed  bool   `json:"passed"`
	Details string `json:"details"`
}

Check is one validation check result.

type Report

type Report struct {
	OK     bool    `json:"ok"`
	Checks []Check `json:"checks"`
}

Report is the complete validation result.

func Run

func Run(asset *uasset.Asset, withBinaryEquality bool) Report

Run executes validation checks for read/analysis safety.

Jump to

Keyboard shortcuts

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