9 lines
71 B
Thrift
9 lines
71 B
Thrift
namespace cpp ping
|
|
namespace py ping
|
|
|
|
service Ping
|
|
{
|
|
void ping();
|
|
}
|
|
|