Skip to content
Snippets Groups Projects
Commit 0f959cfc authored by OZGCloud's avatar OZGCloud
Browse files

OZG-465 add callContext to grpc

parent 2550b6be
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ message GrpcUploadResponse {
message GrpcBinaryFilesRequest {
de.itvsh.ozg.pluto.grpc.command.GrpcCallContext context = 1;
repeated string fileId = 3;
repeated string fileId = 2;
}
message GrpcFindFilesResponse {
......@@ -42,7 +42,8 @@ message GrpcFindFilesResponse {
}
message GrpcBinaryFileDataRequest {
string fileId = 1;
de.itvsh.ozg.pluto.grpc.command.GrpcCallContext context = 1;
string fileId = 2;
}
message GrpcBinaryFileDataResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment