From 7c7480200f081092eea228b35b89c4fd291b9d01 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sat, 4 Mar 2023 16:29:04 -0500 Subject: [PATCH] m --- providers/akamaiedgedns/akamaiEdgeDnsProvider.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/providers/akamaiedgedns/akamaiEdgeDnsProvider.go b/providers/akamaiedgedns/akamaiEdgeDnsProvider.go index eb89182c9..cea96bbb3 100644 --- a/providers/akamaiedgedns/akamaiEdgeDnsProvider.go +++ b/providers/akamaiedgedns/akamaiEdgeDnsProvider.go @@ -104,6 +104,10 @@ func (a *edgeDNSProvider) EnsureZoneExists(domain string) error { return createZone(domain, a.contractID, a.groupID) } +func (a *edgeDNSProvider) GetZoneRecordsCorrections(dc *models.DomainConfig, existingRecords models.Records) ([]*models.Correction, error) { + +} + // GetDomainCorrections return a list of corrections. Each correction is a text string describing the change // and a function that, if called, will make the change. // “dnscontrol preview” simply prints the text strings.