bestool-alertd 17.2.1

(Internal) BES tooling: healthcheck daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod check;
pub mod checks;
pub mod progress;
pub mod server_info;
pub mod sweep;
pub mod task;

pub use sweep::{
	SweepResult, SweepTamanu, overall_from_payload, perform_sweep, resolve_sweep_tamanu,
};
pub use task::{BackupDispatch, DoctorTask};