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