Documentation
¶
Overview ¶
Package report renders litescope results as standalone, shareable HTML — a single self-contained file (inline CSS, no assets) that can be attached to a PR, emailed, or committed as a build artifact.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DoctorData ¶
type DoctorData struct {
Path string
Verdict string // healthy | attention | critical
Health *health.Report
Advisor *advisor.Report
Lint *lint.Report
Warnings int
}
DoctorData is the input to the doctor HTML report. It mirrors the fields the CLI already computes so the report package stays decoupled from cobra.
Click to show internal directories.
Click to hide internal directories.