muduo/contrib/thrift/tests/echo/echo.thrift

9 lines
86 B
Thrift
Raw Normal View History

2024-03-08 14:03:37 +08:00
namespace cpp echo
namespace py echo
service Echo
{
string echo(1: string arg);
}