Interface: HealthResult
Makaio Framework / utils/health-probe / HealthResult
Interface: HealthResult
Section titled “Interface: HealthResult”Defined in: ../../../packages/utils/src/health-probe.ts:9
Health status returned by a running Makaio instance.
Parsed from the /health response body. auth indicates whether
the bus WebSocket endpoint requires HMAC authentication.
Properties
Section titled “Properties”auth:
boolean
Defined in: ../../../packages/utils/src/health-probe.ts:11
Whether the bus requires HMAC authentication.