Skip to content
Snippets Groups Projects
Commit 79549b60 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Replace script_filename with call in gRPC SSS response

parent 47e1c48c
No related branches found
No related tags found
1 merge request!13Add server-side scripting to gRPC API
Pipeline #62055 passed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -92,8 +92,8 @@ message ServerSideScriptExecutionId { ...@@ -92,8 +92,8 @@ message ServerSideScriptExecutionId {
message ExecuteServerSideScriptResponse { message ExecuteServerSideScriptResponse {
// Id of the script execution // Id of the script execution
ServerSideScriptExecutionId script_execution_id = 1; ServerSideScriptExecutionId script_execution_id = 1;
// The script to execute // The full command that was executed including all args
string script_filename = 2; string call = 2;
// The result of the script execution // The result of the script execution
ServerSideScriptExecutionResult result = 3; ServerSideScriptExecutionResult result = 3;
// Script return code // Script return code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment