Versions in this module Expand all Collapse all v0 v0.7.0 Jul 4, 2026 v0.6.0 Jul 2, 2026 Changes in this version + func Validate(r CompatibilityReport) error + type CompatibilityReport struct + Rows []Row + UpstreamTag string + func Report() (CompatibilityReport, error) + func (r CompatibilityReport) BySubdomain() map[string]Row + type Row struct + Descriptor string + DescriptorSHA256 string + Fixture string + FixtureSHA256 string + LiveServiceClaim bool + NextUpstreamInput string + OfficialAppInteropClaim bool + Reason string + Status Status + Subdomain string + type Status string + const StatusDeferred + const StatusStructuralOnly + const StatusVectorBacked