Ejemplo n.º 1
0
func init() {
	repository.Register("gandalf", gandalfManager{})
	hc.AddChecker("Gandalf", healthCheck)
}
Ejemplo n.º 2
0
func init() {
	repository.Register("fake", &manager)
}