Expand description
The environment probe catalog.
One catalog, read by every caller that needs to know whether this host
is ready: sdd doctor runs it whole and reports by class. Each probe
answers with a status, a message, and — on failure — the remediation
printed verbatim wherever the probe is consulted. A probe failure is a
result, not an error, so nothing here returns Err.
Structs§
- Probe
Result - One probe’s answer.
Enums§
- Probe
Class - How a failure weighs at the doctor level.
- Probe
Status - What a probe found.
Constants§
- SKILL_
PROBES - The probes judging the skill installation itself, in catalog order.
Functions§
- run_all
- Run the whole catalog, in its stable order.