예제 #1
0
func init() {
	rpc.AddCtrl(new(RpcClient))
}
예제 #2
0
func init() {
	rpc.AddCtrl(new(RpcServer))
}