UNPKG

health-heb

Version:

Check availability of used services by HEB Applications

9 lines (7 loc) 176 B
const Health = require('@cloudnative/health-connect') const { RabbitCheck, PostgresCheck } = require('./checks') module.exports = { Health, RabbitCheck, PostgresCheck }