Versions in this module Expand all Collapse all v0 v0.4.0 Sep 14, 2026 v0.3.0 Sep 13, 2026 Changes in this version + type Declaration struct + Issue string + Path string + Reason string + Rule string + Symbol string + func LoadDeclarations(path string) ([]Declaration, error) + func (d Declaration) Validate() []string + type Finding struct + Line int + Message string + Path string + Type string + func ParseFindings(r io.Reader) ([]Finding, error) + func (f Finding) Coordinate() string + func (f Finding) Symbol() string + type Result struct + Declarations int + Expired []Declaration + Findings int + Invalid []string + Matched int + Undeclared []Finding + func Adjudicate(findings []Finding, decls []Declaration) Result + func (r Result) Clean() bool + func (r Result) Report() string