UNPKG

egg-healthy

Version:

Liveness and Readiness health check for egg application

9 lines (7 loc) 145 B
'use strict'; module.exports = { STARTING: Symbol('STARTING'), UP: Symbol('UP'), DOWN: Symbol('DOWN'), STOPPING: Symbol('STOPPING'), };