Trait wasmcloud_core::HealthCheck
source · pub trait HealthCheck {
// Required method
fn health_request(&self) -> HealthCheckResponse;
}
pub trait HealthCheck {
// Required method
fn health_request(&self) -> HealthCheckResponse;
}