mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-21 02:00:25 +08:00
优化服务列表API
This commit is contained in:
@@ -25,6 +25,7 @@ message Server {
|
||||
// 配置相关
|
||||
bytes config = 17;
|
||||
bytes serverNamesJSON = 8;
|
||||
int32 countServerNames = 28;
|
||||
bool isAuditing = 20;
|
||||
int64 auditingAt = 25;
|
||||
bytes auditingServerNamesJSON = 21;
|
||||
|
||||
@@ -331,6 +331,7 @@ message ListEnabledServersMatchRequest {
|
||||
string protocolFamily = 8;
|
||||
bool trafficOutAsc = 9;
|
||||
bool trafficOutDesc = 10;
|
||||
bool ignoreServerNames = 11;
|
||||
}
|
||||
|
||||
message ListEnabledServersMatchResponse {
|
||||
|
||||
Reference in New Issue
Block a user