Skip to content

Commit 2b1c65c

Browse files
committed
DNS问题集合支持单个集群搜索
1 parent ccf3d18 commit 2b1c65c

File tree

2 files changed

+39
-27
lines changed

2 files changed

+39
-27
lines changed

pkg/rpc/pb/service_dns.pb.go

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

pkg/rpc/protos/service_dns.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ service DNSService {
1010

1111
// 查找问题
1212
message FindAllDNSIssuesRequest {
13+
int64 nodeClusterId = 1;
1314
}
1415

1516
message FindAllDNSIssuesResponse {

0 commit comments

Comments
 (0)