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:
@ -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
|
||||
}
|
Reference in New Issue
Block a user