Skip to content
Snippets Groups Projects
Commit 53f28288 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-536 OZG-592 add content to GRPC IncomingFile model

parent 692d94f5
Branches
Tags
No related merge requests found
......@@ -51,7 +51,8 @@ message GrpcIncomingFile {
string vendorId = 2;
string name = 3;
string contentType = 4;
int64 size = 5;
bytes content = 5;
int64 size = 6;
}
message GrpcEingangHeader {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment