rpc_resp = {} rpc_resp["result"] = "KindOfNone" rpc_resp["error"] = "Good" rpc_resp["id"] = -1 function callback(rpc_req) rpc_resp["result"] = "o/" return rpc_resp end