mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-03 13:54:57 +00:00
Make check pass.
This commit is contained in:
10
tests/rpc_table.py
Normal file
10
tests/rpc_table.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Define RPC functions needed to generate
|
||||
"""
|
||||
|
||||
# [ <ret-type>, [<arg_types>] ]
|
||||
func_table = [
|
||||
[ "string", ["string", "int"] ],
|
||||
[ "object", ["string"] ],
|
||||
[ "objlist", ["string", "int"] ],
|
||||
]
|
Reference in New Issue
Block a user