![]() |
Mads
Multi-Agent Distributed System
|
#include <doctor_checks.hpp>
Public Attributes | |
| std::string | name |
| Status | status = Status::Pass |
| std::string | message |
| std::string | fix_hint |
| bool | fixable = false |
One check's result: a status, a human-readable message, and (when actionable) a one-line fix hint. fixable marks the small set of checks --fix knows how to safely auto-remediate (currently: a missing settings file).
Definition at line 52 of file doctor_checks.hpp.
| std::string Mads::Doctor::CheckResult::fix_hint |
Definition at line 56 of file doctor_checks.hpp.
| bool Mads::Doctor::CheckResult::fixable = false |
Definition at line 57 of file doctor_checks.hpp.
| std::string Mads::Doctor::CheckResult::message |
Definition at line 55 of file doctor_checks.hpp.
| std::string Mads::Doctor::CheckResult::name |
Definition at line 53 of file doctor_checks.hpp.
| Status Mads::Doctor::CheckResult::status = Status::Pass |
Definition at line 54 of file doctor_checks.hpp.