9 lines
71 B
Thrift
Raw Permalink Normal View History

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