Skip to content

Simple library to parallely ping dependent services and ensure the health

License

Notifications You must be signed in to change notification settings

govindamurali/godoctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godoctor

Simple library to parallely ping dependent services and ensure the health. Default implementations for redis, RabbitMq and postgres included.

Example
  timeOut:= 2* time.Minute
  handlerFunc:= GetHandler(timeout, RedisChecker(&redisClient), RabbitmqChecker(userName, pasword, host, port), and more...)

About

Simple library to parallely ping dependent services and ensure the health

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages