Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 331 Bytes

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...)