Change pipeline api types

This commit is contained in:
2022-12-24 22:11:44 -07:00
parent 112bca1a55
commit 825f269710
3 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ package get_runner.v1;
option go_package = "git.ohea.xyz/cursorius/server/proto/gen/get_runner/v1;get_runnerv1";
message GetRunnerRequest {
string tag = 1;
repeated string tags = 1;
}
message GetRunnerResponse {
bool success = 1;
int64 runner_id = 1;
}
service GetRunnerService {