Implement skeleton of RunCommand
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user