Skip to content
Snippets Groups Projects
Commit 50e58fe8 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

Added category to the log response.

Improvec generate batch file
parent c2b33f7c
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ message LogResponse {
string instance_name = 1;
int32 status = 2;
string message = 3;
string category = 4;
}
message SetStepSizeRequest {
......
md ModeliRpc_Cs
md ModeliRpc_Cpp
protoc.exe --csharp_out ModeliRpc_Cs ModeliRpc.proto --grpc_out ModeliRpc_Cs --plugin=protoc-gen-grpc=grpc_csharp_plugin.exe
protoc.exe --cpp_out ModeliRpc_Cpp ModeliRpc.proto --grpc_out ModeliRpc_Cpp --plugin=protoc-gen-grpc=grpc_cpp_plugin.exe
cmd /K
\ No newline at end of file
md CSharp
md Cpp
protoc.exe --csharp_out CSharp ModeliRpc.proto --grpc_out CSharp --plugin=protoc-gen-grpc=grpc_csharp_plugin.exe
protoc.exe --cpp_out Cpp ModeliRpc.proto --grpc_out Cpp --plugin=protoc-gen-grpc=grpc_cpp_plugin.exe
pause
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment