UNPKG
health-heb
Version:
latest (1.0.0)
1.0.0
Check availability of used services by HEB Applications
health-heb
/
index.js
9 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
Health
=
require
(
'@cloudnative/health-connect'
)
const
{
RabbitCheck
,
PostgresCheck
} =
require
(
'./checks'
)
module
.
exports
= {
Health
,
RabbitCheck
,
PostgresCheck
}