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