mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Linting (#1087)
* fix linting * rename AuditRecordsor to RecordAuditor * gandi_v5 to gandiv5
This commit is contained in:
@@ -81,7 +81,7 @@ var features = providers.DocumentationNotes{
|
||||
func init() {
|
||||
fns := providers.DspFuncs{
|
||||
Initializer: newRoute53Dsp,
|
||||
AuditRecordsor: AuditRecords,
|
||||
RecordAuditor: AuditRecords,
|
||||
}
|
||||
providers.RegisterDomainServiceProviderType("ROUTE53", fns, features)
|
||||
providers.RegisterRegistrarType("ROUTE53", newRoute53Reg)
|
||||
|
Reference in New Issue
Block a user