mod health_endpoints;
mod health_struct;
pub use health_endpoints::alive_endpoint as alive;
pub use health_endpoints::health_endpoint as health;
pub use health_endpoints::ready_endpoint as ready;
pub use health_endpoints::started_endpoint as started;