NS记录可以按照名称、类型、TTL排序

This commit is contained in:
GoEdgeLab
2022-09-03 16:00:20 +08:00
parent 0eef019a87
commit ae68007530
3 changed files with 3455 additions and 3389 deletions

View File

@@ -171,6 +171,14 @@ message ListNSRecordsRequest {
int64 nsRouteId = 3 [deprecated = true]; // 使用nsRouteCode代替
string nsRouteCode = 7;
string keyword = 4;
bool nameAsc = 8;
bool nameDesc = 9;
bool typeAsc = 10;
bool typeDesc = 11;
bool ttlAsc = 12;
bool ttlDesc = 13;
int64 offset = 5;
int64 size = 6;
}