修复一处编译错误

This commit is contained in:
GoEdgeLab
2023-11-24 10:20:16 +08:00
parent 0962cc03ef
commit 86004ad0bb

View File

@@ -10,10 +10,6 @@ import (
// FindProvider 查找服务商实例
func FindProvider(providerType ProviderType, providerId int64) ProviderInterface {
switch providerType {
case ProviderTypeTencentDNS:
return &TencentDNSProvider{
ProviderId: providerId,
}
case ProviderTypeDNSPod:
return &DNSPodProvider{
ProviderId: providerId,