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