Esempio n. 1
0
func init() {
	rpc.AddCtrl(new(RpcClient))
}
Esempio n. 2
0
func init() {
	rpc.AddCtrl(new(RpcServer))
}