pub type HealthProvider = Arc<dyn Fn() -> HealthResponse + Send + Sync>;
Health check provider for the HTTP server
pub struct HealthProvider { /* private fields */ }