Skip to main contentModule reporting
Source - MagiReport
- Final output struct returned by the orchestrator’s
analyze() method. - ReportConfig
- Configuration for the report formatter.
- ReportFormatter
- Formats consensus results into ASCII banners and markdown reports.
- ReportError
- Error returned by
ReportConfig::new_checked when validation fails.
- BANNER_INNER
- Default inner width of the ASCII banner in bytes (between the two border
| characters). - BANNER_WIDTH
- Default total width of the ASCII banner in bytes, including the two border
| characters.