Hyperlinkv0.9.0-beta.0

Hyperlink

Hyperlink.Readinessinterfacesrc/Hyperlink.ts:2610

A HyperService's readiness — derived from its own status (its single source of truth), aggregated into a node's /health and (yield* node).status. ready: false with a detail says why (surfaced in the /health body and the dashboard health board).

models
Source src/Hyperlink.ts:26104 lines
export interface Readiness {
  readonly ready: boolean;
  readonly detail?: string;
}
Referenced by 3 symbols