reaonly 대신 tag로 교체

This commit is contained in:
2023-07-03 10:54:13 +09:00
parent 1b57e9f87e
commit 9bd09509c8
3 changed files with 76 additions and 65 deletions

View File

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