Trait wasmcloud_core::HealthCheck
source · pub trait HealthCheck {
// Required method
fn health_request(&self) -> HealthCheckResponse;
}
Expand description
Trait describing types/entities that can be health-checked
pub trait HealthCheck {
// Required method
fn health_request(&self) -> HealthCheckResponse;
}
Trait describing types/entities that can be health-checked