Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditRecords ¶ added in v3.8.0
func AuditRecords(records []*models.RecordConfig) error
AuditRecords returns an error if any records are not supportable by this provider.
func PrepDesiredRecords ¶
func PrepDesiredRecords(dc *models.DomainConfig)
PrepDesiredRecords munges any records to best suit this provider.
Types ¶
type DNSAccessor ¶
type DNSAccessor interface { Exit() GetDNSServerZoneAll(dnsserver string) ([]string, error) GetDNSZoneRecords(dnsserver, domain string) ([]nativeRecord, error) RecordCreate(dnsserver, domain string, rec *models.RecordConfig) error RecordDelete(dnsserver, domain string, rec *models.RecordConfig) error RecordModify(dnsserver, domain string, old, rec *models.RecordConfig) error }
DNSAccessor describes a system that can access Microsoft DNS.
Click to show internal directories.
Click to hide internal directories.