Hyperlinkv0.8.0-beta.28

Hyperlink

Hyperlink.Readinessinterfacesrc/Hyperlink.ts:2141

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

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