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 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 MaxLengthDO ¶ added in v3.8.0
func MaxLengthDO(rc *models.RecordConfig) error
MaxLengthDO returns and error if the string is longer than permitted by DigitalOcean. Sadly their length limit is undocumented. This is a guess.
func NewDo ¶
func NewDo(m map[string]string, metadata json.RawMessage) (providers.DNSServiceProvider, error)
NewDo creates a DO-specific DNS provider.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.