1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
* fix linting
* rename AuditRecordsor to RecordAuditor
* gandi_v5 to gandiv5
This commit is contained in:
Tom Limoncelli
2021-03-08 20:14:30 -05:00
committed by GitHub
parent c883c1ac68
commit e69e6f27e4
36 changed files with 49 additions and 47 deletions

View File

@@ -57,7 +57,7 @@ func init() {
providers.RegisterRegistrarType("NAMEDOTCOM", newReg)
fns := providers.DspFuncs{
Initializer: newDsp,
AuditRecordsor: AuditRecords,
RecordAuditor: AuditRecords,
}
providers.RegisterDomainServiceProviderType("NAMEDOTCOM", fns, features)
}