Versions in this module Expand all Collapse all v0 v0.2.1 Aug 25, 2026 v0.2.0 Aug 14, 2026 v0.1.3 Aug 12, 2026 v0.1.2 Aug 11, 2026 Changes in this version + const MaxReportBytes + const Version + func Encode(card qual.Scorecard, result *profile.Result) ([]byte, error) + type Decoded struct + Dimensions []qual.DimensionScore + Fingerprint string + Manifest qual.Manifest + Profile *profile.Result + StatusRollup qual.StatusRollup + Tables []DecodedTable + Version string + func Decode(data []byte) (Decoded, error) + type DecodedTable struct + Dimension eval.Name + Missing []qual.Capability + Pack eval.Name + Report eval.Report + Skipped bool + Table eval.Name + type EncodeError struct + Cause error + func (e *EncodeError) Error() string + func (e *EncodeError) Unwrap() error + type InvalidReportError struct + Cause error + func (e *InvalidReportError) Error() string + func (e *InvalidReportError) Unwrap() error + type MalformedReportError struct + Reason string + func (e *MalformedReportError) Error() string + type ReportTooLargeError struct + Max int + Size int + func (e *ReportTooLargeError) Error() string + type UnknownVersionError struct + Version string + func (e *UnknownVersionError) Error() string