9 lines
86 B
Thrift
9 lines
86 B
Thrift
namespace cpp echo
|
|
namespace py echo
|
|
|
|
service Echo
|
|
{
|
|
string echo(1: string arg);
|
|
}
|
|
|