1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

deadcode: providers/doh/auditrecords.go (not a DSP)

This commit is contained in:
Tom Limoncelli
2024-03-03 11:05:16 -05:00
parent c0d8ca7a18
commit 1b16cf455f

View File

@ -1,10 +0,0 @@
package doh
import "github.com/StackExchange/dnscontrol/v4/models"
// AuditRecords returns a list of errors corresponding to the records
// that aren't supported by this provider. If all records are
// supported, an empty list is returned.
func AuditRecords(records []*models.RecordConfig) []error {
return nil
}