自建DNS增加解析测试

This commit is contained in:
GoEdgeLab
2021-08-09 18:42:00 +08:00
parent 75a349b8c3
commit aed26bee8a
13 changed files with 404 additions and 1 deletions

View File

@@ -404,6 +404,10 @@ func (this *RPCClient) NSRPC() pb.NSServiceClient {
return pb.NewNSServiceClient(this.pickConn())
}
func (this *RPCClient) NSQuestionOptionRPC() pb.NSQuestionOptionServiceClient {
return pb.NewNSQuestionOptionServiceClient(this.pickConn())
}
func (this *RPCClient) MetricItemRPC() pb.MetricItemServiceClient {
return pb.NewMetricItemServiceClient(this.pickConn())
}