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