Versions in this module Expand all Collapse all v1 v1.2.0 Mar 19, 2026 Changes in this version + const FlagArguments + const FlagBuildEventContext + const FlagExtended + const FlagImportance + const FlagMessage + const FlagTimestamp + const RecordBuildFinished + const RecordBuildStarted + const RecordCriticalBuildMessage + const RecordError + const RecordMessage + const RecordNameValueList + const RecordProjectFinished + const RecordProjectStarted + const RecordString + const RecordWarning + func FormatBuildSummary(summary *BuildSummary, command string) string + func FormatTestSummary(summary *TestSummary, command string) string + func IsBinlogFile(path string) bool + type BinlogIssue struct + Code string + Column uint32 + File string + Line uint32 + Message string + type BuildSummary struct + Duration time.Duration + DurationText string + Errors []BinlogIssue + ProjectCount int + Succeeded bool + Warnings []BinlogIssue + func ParseBuild(binlogPath string) (*BuildSummary, error) + type FailedTest struct + Details []string + Name string + type ParsedBinlog struct + type ParsedEventFields struct + type RestoreSummary struct + DurationText string + Errors int + RestoredProjects int + Warnings int + func ParseRestore(binlogPath string) (*RestoreSummary, error) + type TestSummary struct + Duration time.Duration + DurationText string + Failed int + FailedTests []FailedTest + Passed int + ProjectCount int + Skipped int + Total int + func ParseTest(binlogPath string) (*TestSummary, error)