클라이언트에서는 태그를 없애고 서버에서만 관리

This commit is contained in:
2023-07-03 11:34:21 +09:00
parent 9bd09509c8
commit 4d9a25dd6b
4 changed files with 77 additions and 80 deletions

View File

@ -10,13 +10,11 @@ service Operation {
message VersionAndArgs {
string version = 1;
repeated string args = 2;
string tag = 3;
}
message DeployedVersions {
string name = 1;
string tag = 2;
repeated VersionAndArgs versions = 3;
repeated VersionAndArgs versions = 2;
}
message OperationQueryRequest {