实现在服务中使用分组

This commit is contained in:
刘祥超
2020-10-29 21:37:52 +08:00
parent a6e7a48125
commit c6fbb667df
4 changed files with 443 additions and 404 deletions

View File

@@ -101,6 +101,7 @@ message CreateServerRequest {
bytes udpJSON = 14;
int64 webId = 15;
bytes reverseProxyJSON = 16;
repeated int64 groupIds = 17;
int64 clusterId = 30;
bytes includeNodesJSON = 31;
@@ -118,6 +119,7 @@ message UpdateServerBasicRequest {
string description = 3;
int64 clusterId = 4;
bool isOn = 5;
repeated int64 groupIds = 6;
}
// 修改服务的HTTP等设置