Skip to main content

ServiceStatusProviderForReport

Type Alias ServiceStatusProviderForReport 

Source
pub type ServiceStatusProviderForReport = Arc<dyn Fn() -> Vec<ServiceStatus> + Send + Sync>;
Expand description

服务状态提供者类型(用于 ReportRequest)

Aliased Type§

pub struct ServiceStatusProviderForReport { /* private fields */ }