mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-15 09:34:24 +08:00
deadcode: providers/opensrs/auditrecords.go (not a DSP)
This commit is contained in:
parent
bdad44f2e8
commit
15f7737017
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
package opensrs
|
||||
|
||||
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…
Add table
Reference in a new issue