MCPcopy Create free account

hub / github.com/dimiro1/health / types & classes

Types & classes22 in github.com/dimiro1/health

↓ 1 callersFuncTypeCheckerFunc
CheckerFunc is an adapter to allow the use of ordinary go functions as Checkers.
checker.go:14
InterfaceChecker
Checker is a interface used to provide an indication of application health.
checker.go:8
StructChecker
Checker is a checker that check a given URL
url/checker.go:11
StructChecker
Checker is a checker that check a given redis
redis/checker.go:11
StructChecker
Checker is a checker that check a database connection
db/checker.go:10
StructCompositeChecker
CompositeChecker aggregate a list of Checkers
checker.go:26
StructHandler
Handler is a HTTP Server Handler implementation
handler.go:9
StructHealth
Health is a health status struct
health.go:15
StructRedigoRedis
RedigoRedis implements the interface Redis with redigo package
redis/redigo.go:25
InterfaceRedis
Redis is a interface used to abstract the access of the Version string
redis/checker.go:6
StructcheckerItem
checker.go:20
InterfaceconnectionProvider
This interface exists to abstract the creation of new connections each time the GetVersion is called. The use of this interface helps with the unit te
redis/redigo.go:11
StructdefaultConnectionProvider
redis/redigo.go:15
StructdownMockRedis
redis/checker_test.go:41
StructdownTestChecker
checker_test.go:23
StructmockConnectionProvider
redis/redigo_test.go:11
StructnilMockConnectionProvider
redis/redigo_test.go:19
StructoutOfServiceTestChecker
checker_test.go:5
Structstate
checker.go:60
TypeAliasstatus
health.go:5
StructupMockRedis
redis/checker_test.go:8
StructupTestChecker
checker_test.go:14