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
Branches
No related tags found
1 merge request!13Add server-side scripting to gRPC API
Pipeline #62055 passed
......@@ -92,8 +92,8 @@ message ServerSideScriptExecutionId {
message ExecuteServerSideScriptResponse {
// Id of the script execution
ServerSideScriptExecutionId script_execution_id = 1;
// The script to execute
string script_filename = 2;
// The full command that was executed including all args
string call = 2;
// The result of the script execution
ServerSideScriptExecutionResult result = 3;
// Script return code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment