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

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

This commit is contained in:
Tom Limoncelli
2024-03-03 11:06:07 -05:00
parent 1b16cf455f
commit bdad44f2e8

View File

@@ -1,10 +0,0 @@
package internetbs
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
}