Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatResults(results []ValidationResult) string + func GenerateJUnitXML(results []ValidationResult) (string, error) + func GitHubActionsTemplate() string + type Failure struct + Body string + Message string + Type string + type TestCase struct + Failure *Failure + Name string + Time float64 + type TestSuite struct + Cases []TestCase + Failures int + Name string + Tests int + Time float64 + XMLName xml.Name + type ValidationResult struct + Elapsed time.Duration + Error string + File string + Valid bool