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