Documentation
¶
Overview ¶
Package validate runs structural integrity checks over a set of loaded .gometa.json metadata files. The metadata artifact is the product of the scan phase and the input to every emitter — defects caught here surface as codegen panics, compile errors in generated packages, or runtime failures when caught later. `generate validate` runs these checks in CI so that scanner regressions and partial scans fail at the artifact boundary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Finding ¶
Finding is a single integrity problem detected in the metadata set.
func Frameworks ¶
func Frameworks(frameworks []*macosplatformmetadata.FrameworkMeta) []Finding
Frameworks runs every check over the loaded metadata set and returns the combined findings, sorted for deterministic output.
Click to show internal directories.
Click to hide internal directories.