Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 v0.1.1-rc3 May 8, 2026 v0.1.1-rc2 May 8, 2026 v0.1.1-rc1 May 8, 2026 v0.1.0 May 8, 2026 Changes in this version + type ApplyResult struct + Declarations int + Errors []error + Files int + type BlockedCandidate struct + File string + Kind string + Line int + Name string + Reason string + Rule string + type Candidate struct + File string + Kind string + Line int + Name string + Rule string + type KindCount struct + Count int + Kind string + type Plan struct + Blocked []BlockedCandidate + Candidates []Candidate + func BuildPlanColumns(columns *scanner.FindingColumns) Plan + func (p Plan) Apply(suffix string) ApplyResult + func (p Plan) Summary() Summary + type ProjectFinding struct + FQN string + File string + Kind string + Line int + Module string + Name string + Reason string + Visibility string + func AnalyzeProject(scanRoot string, opts ProjectOptions) ([]ProjectFinding, error) + type ProjectOptions struct + Paths []string + Roots []string + Workers int + type ReasonCount struct + Count int + Reason string + type Summary struct + Blocked int + Declarations int + Files int + Kinds []KindCount + Reasons []ReasonCount v0.0.0-rc1 May 8, 2026