2024-03-08 14:03:37 +08:00

9 lines
86 B
Thrift

namespace cpp echo
namespace py echo
service Echo
{
string echo(1: string arg);
}