Esempio n. 1
0
func init() {
	router.Register("fake", &FakeRouter)
}
Esempio n. 2
0
func init() {
	router.Register("elb", elbRouter{})
}
Esempio n. 3
0
func init() {
	router.Register("hipache", hipacheRouter{})
}
Esempio n. 4
0
func init() {
	router.Register("nginx", &NginxRouter{})
}