evidence

package
v1.0.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildInput

type BuildInput struct {
	StatePath   string
	Frameworks  []string
	OutputDir   string
	GeneratedAt time.Time
}

type BuildResult

type BuildResult struct {
	OutputDir         string             `json:"output_dir"`
	Frameworks        []string           `json:"frameworks"`
	ManifestPath      string             `json:"manifest_path"`
	ChainPath         string             `json:"chain_path"`
	FrameworkCoverage map[string]float64 `json:"framework_coverage"`
	ReportArtifacts   []string           `json:"report_artifacts"`
}

func Build

func Build(in BuildInput) (BuildResult, error)

Jump to

Keyboard shortcuts

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