[grpc] Remove PingLayerData from gRPC compat test
PingLayerData was used in the old Bond Comm compat test, but is not needed for the gRPC compat test.
This commit is contained in:
Родитель
554125145d
Коммит
ab4d029ca8
|
@ -28,11 +28,6 @@ struct PingResponse
|
|||
0: string Payload;
|
||||
}
|
||||
|
||||
struct PingLayerData
|
||||
{
|
||||
0: int32 data;
|
||||
}
|
||||
|
||||
service PingPong
|
||||
{
|
||||
PingResponse Ping(PingRequest);
|
||||
|
|
Загрузка…
Ссылка в новой задаче