示例#1
0
func init() {
	hc.AddChecker("leveldb", healthCheckLdb)
}
示例#2
0
func init() {
	hc.AddChecker("vertice:riak", healthCheck)
}
示例#3
0
func init() {
	hc.AddChecker("vertice:one", healthCheck)
}
示例#4
0
func init() {
	hc.AddChecker("vertice:nsq", healthCheckNSQ)
}
示例#5
0
func init() {
	hc.AddChecker("gateway", healthCheckGW)
}
示例#6
0
func init() {
	hc.AddChecker("vertice:docker", healthCheckDocker)
}
示例#7
0
func init() {
	hc.AddChecker("nilavu", healthCheck)
}