Example #1
0
func init() {
	// mygae.cs = proxy.NewRemoteChannelTable()
	// mygae.Init()
	proxy.RegisterProxyType("GAE", &GAEProxy{})
}
Example #2
0
func init() {
	//mypaas.cs = proxy.NewRemoteChannelTable()
	proxy.RegisterProxyType("PAAS", &PaasProxy{})
}
Example #3
0
func init() {
	//myvps.cs = proxy.NewRemoteChannelTable()
	proxy.RegisterProxyType("VPS", &VPSProxy{})
}
Example #4
0
func init() {
	proxy.RegisterProxyType("REJECT", &RejectProxy{})
}
Example #5
0
func init() {
	proxy.RegisterProxyType("DIRECT", &DirectProxy{})
}