Versions in this module Expand all Collapse all v0 v0.1.2 Aug 11, 2026 v0.1.0 Jul 24, 2026 Changes in this version + type Comparison struct + Candidate qual.Manifest + Incumbent qual.Manifest + Tables []TableComparison + UnmatchedTables []UnmatchedTable + func Compare(candidate, incumbent qual.Scorecard) (Comparison, error) + type RoleMismatchError struct + Field string + Role qual.ModelRole + Want qual.ModelRole + func (e *RoleMismatchError) Error() string + type Side string + const SideCandidateOnly + const SideIncumbentOnly + const SideSkipped + func (s Side) Validate() error + type TableComparison struct + Dimension eval.Name + Improved int + Incompatible int + Pack eval.Name + Regressed int + Result evalcompare.Comparison + Table eval.Name + Unchanged int + type UnmatchedTable struct + Pack eval.Name + Side Side + Table eval.Name