Implement skeleton of RunCommand

This commit is contained in:
2023-01-01 13:44:09 -07:00
parent ff78167325
commit 6fc9af8280
3 changed files with 67 additions and 35 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package api.v1;
option go_package = "git.ohea.xyz/cursorius/server/proto/gen/api/v1;apiv1";
message RunCommandRequest {
int64 runner_id = 1;
string id = 1;
string command = 2;
}