UNPKG

health-heb

Version:

Check availability of used services by HEB Applications

8 lines (6 loc) 137 B
const RabbitCheck = require('./rabbit') const PostgresCheck = require('./postgres') module.exports = { RabbitCheck, PostgresCheck }