Skip to content

Commit 32c5c81

Browse files
committed
DNS访问日志可以使用关键词搜索
1 parent 1e8c1f5 commit 32c5c81

File tree

2 files changed

+46
-35
lines changed

2 files changed

+46
-35
lines changed

pkg/rpc/pb/service_ns_access_log.pb.go

Lines changed: 45 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/rpc/protos/service_ns_access_log.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ message ListNSAccessLogsRequest {
3535
int64 size = 5; // 单页条数
3636
string day = 6; // 日期,格式YYYYMMDD
3737
bool reverse = 7; // 是否反向查找,可选
38+
string keyword = 8;
3839
}
3940

4041
message ListNSAccessLogsResponse {

0 commit comments

Comments
 (0)