Update api to implement runners (fixes #1)
This commit is contained in:
@@ -7,6 +7,7 @@ option go_package = "git.ohea.xyz/cursorius/pipeline-api/go/api/v2;apiv2";
|
||||
message RunCommandRequest {
|
||||
string id = 1;
|
||||
string command = 2;
|
||||
repeated string args = 3;
|
||||
}
|
||||
|
||||
message RunCommandResponse {
|
||||
|
||||
Reference in New Issue
Block a user