package
1.1.3
Repository: https://github.com/kukkar/common-golang.git
Documentation: pkg.go.dev

# Functions

GetHealthCheck return HealthCheck impl .
No description provided by the author

# Constants

STATUSNOTOK health check faile.
STATUSOK health check success.

# Structs

Config .
HealthStatus represent response struct of health check .
Impl implement healthcheck .

# Interfaces

HealthCheck use to check service health using Health() method .