Beignet API reference
    Preparing search index...

    Interface HealthCheckResult

    Health check result returned by health handlers.

    interface HealthCheckResult {
        details?: Record<string, HealthCheckDetail>;
        ok: boolean;
    }
    Index
    details?: Record<string, HealthCheckDetail>

    Optional per-dependency health details.

    ok: boolean

    Whether the app is healthy.