Module reporting

Module reporting 

Source
Expand description

Diagnostics, info, and recovery reports.

This family owns the user-facing reporting surface produced by the doctor workflow and related health checks. Keep diagnostic severity, recovery issue mapping, and final report assembly logic here so the app layer can remain focused on orchestration and rendering.

Re-exports§

pub use diagnostics::DiagnosisResult;
pub use diagnostics::DiagnosisSeverity;
pub use info::InfoReport;
pub use report::HealthReport;
pub use report::HealthScanTimings;
pub use report::RecoveryActionGroup;
pub use report::RecoveryFinding;
pub use report::RecoveryIssueKind;
pub use report::ReportSection;
pub use report::RuntimeReport;

Modules§

diagnostics
Diagnostic records produced by health and repair scans.
info
Runtime information report exposed by the info command.
report
Health and recovery report models.