mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 15:43:08 +08:00
deadcode: providers/doh/auditrecords.go (not a DSP)
This commit is contained in:
parent
c0d8ca7a18
commit
1b16cf455f
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue