houston 버전 관리

This commit is contained in:
2023-06-29 12:05:11 +09:00
parent a8821b694b
commit 02db65e06f
5 changed files with 90 additions and 76 deletions

View File

@ -10,6 +10,7 @@ service Operation {
message VersionAndArgs {
string version = 1;
repeated string args = 2;
bool readonly = 3;
}
message DeployedVersions {