health

package
v0.0.13-dev Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL