bestool-alertd 7.0.0

(Internal) BES tooling: healthcheck daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod health;
mod index;
mod metrics;
mod status;
mod tasks;

pub use health::handle_health;
pub use index::handle_index;
pub use metrics::handle_metrics;
pub use status::handle_status;
pub use tasks::handle_task_endpoint;