优化API命名

This commit is contained in:
GoEdgeLab
2021-05-25 17:49:05 +08:00
parent 97936b8b23
commit 5bc100d59e
15 changed files with 329 additions and 315 deletions

View File

@@ -36,6 +36,6 @@ message Node {
NodeLogin login = 33;
NodeInstallStatus installStatus = 34;
repeated NodeIPAddress ipAddresses = 35;
NodeGroup group = 36;
NodeRegion region = 37;
NodeGroup nodeGroup = 36;
NodeRegion nodeRegion = 37;
}