Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CorrectZoneRecords ¶
func CorrectZoneRecords(driver models.DNSProvider, dc *models.DomainConfig) ([]*models.Correction, error)
CorrectZoneRecords calls both GetZoneRecords, does any post-processing, and then calls GetZoneRecordsCorrections. The name sucks because all the good names were taken.
func CountActionable ¶ added in v3.31.3
func CountActionable(corrections []*models.Correction) int
CountActionable returns the number of corrections that have actions. It is like `len(corrections)` but doesn't count any corrections that are purely informational. (i.e. `.F` is nil)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.