Documentation
¶
Overview ¶
Package health preserves the full-client health API while the shared listener and readiness implementation lives in runtimehealth.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HealthMuxModule = fx.Module( "health_full_adapter", fx.Provide( fx.Annotate( fullReadinessGate, fx.ResultTags(`group:"runtime_readiness_gates"`), ), ), runtimehealth.Module, )
HealthMuxModule adapts the optional full-client cloudflared state into the runtime-safe readiness-gate contract, then delegates all health behavior to the canonical runtimehealth module.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service = runtimehealth.Service
Service remains the full-client health listener contract.
Click to show internal directories.
Click to hide internal directories.