|
|
res = requests.post('http://localhost:' + db_data + '/', data = json.dumps(other_set))
|
|
res = requests.post('http://localhost:' + db_data + '/', data = json.dumps(other_set))
|
|
|
async def python_to_golang(func_name, other_set = {}):
|
|
async def python_to_golang(func_name, other_set = {}):
|