优化服务列表API

This commit is contained in:
GoEdgeLab
2022-09-30 19:04:36 +08:00
parent ecc35bb10d
commit f9102cfa2a
5 changed files with 4296 additions and 4272 deletions

View File

@@ -25,6 +25,7 @@ message Server {
// 配置相关
bytes config = 17;
bytes serverNamesJSON = 8;
int32 countServerNames = 28;
bool isAuditing = 20;
int64 auditingAt = 25;
bytes auditingServerNamesJSON = 21;

View File

@@ -331,6 +331,7 @@ message ListEnabledServersMatchRequest {
string protocolFamily = 8;
bool trafficOutAsc = 9;
bool trafficOutDesc = 10;
bool ignoreServerNames = 11;
}
message ListEnabledServersMatchResponse {