增加DNS同步任务状态显示

This commit is contained in:
GoEdgeLab
2021-01-27 22:59:46 +08:00
parent d508c88722
commit 8971d939ba
19 changed files with 353 additions and 29 deletions

View File

@@ -264,6 +264,10 @@ func (this *RPCClient) DNSRPC() pb.DNSServiceClient {
return pb.NewDNSServiceClient(this.pickConn())
}
func (this *RPCClient) DNSTaskRPC() pb.DNSTaskServiceClient {
return pb.NewDNSTaskServiceClient(this.pickConn())
}
func (this *RPCClient) ACMEUserRPC() pb.ACMEUserServiceClient {
return pb.NewACMEUserServiceClient(this.pickConn())
}