muduo/contrib/thrift/tests/ping/ping.thrift

9 lines
71 B
Thrift
Raw Normal View History

2024-03-08 14:03:37 +08:00
namespace cpp ping
namespace py ping
service Ping
{
void ping();
}