Versions in this module Expand all Collapse all v0 v0.13.34 Jul 10, 2026 v0.13.33 Jul 9, 2026 v0.13.32 Jul 9, 2026 v0.13.31 Jul 6, 2026 v0.13.30 Jul 6, 2026 v0.13.29 Jul 1, 2026 v0.13.28 Jun 30, 2026 v0.13.27 Jun 26, 2026 v0.13.26 Jun 25, 2026 v0.13.25 Jun 22, 2026 v0.13.24 Jun 22, 2026 v0.13.23 Jun 20, 2026 v0.13.22 Jun 19, 2026 v0.13.21 Jun 18, 2026 v0.13.20 Jun 16, 2026 Changes in this version + func IsStructuralPrefix(line string) bool + type BuildError struct + Code string + Col int + File string + Line int + Message string + RawLine string + Rule string + Severity string + Test string + Tool string + func ParseBuildErrors(lines []string) []BuildError + type LineRule struct + Category string + Description string + ID string + Pattern *regexp.Regexp + Severity Severity + func DefaultLineRules() []LineRule + type Severity string + const SeverityError + const SeverityInfo + const SeverityWarning + type StructuredError struct + Category string + FileLine string + Hint string + Kind string + Message string + Op string + Severity Severity + func RunStructuredLine(signal string, recent []string) (*StructuredError, bool) + func (e StructuredError) Compact() string