Skip to content
Snippets Groups Projects

Add server-side scripting to gRPC API

Open Joscha Schmiedt requested to merge f-sss4grpc into dev
@@ -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
Loading