示例#1
0
func init() {
	router.Register("fake", &FakeRouter)
}
示例#2
0
func init() {
	router.Register("elb", elbRouter{})
}
示例#3
0
文件: router.go 项目: nihao/tsuru
func init() {
	router.Register("hipache", hipacheRouter{})
}
示例#4
0
func init() {
	router.Register("nginx", &NginxRouter{})
}