Versions in this module Expand all Collapse all v0 v0.22.1 Nov 18, 2024 v0.22.0 Oct 8, 2024 Changes in this version + const TYPE_CODE + var Factory = ...(...) + func NewHandler(c *provider.DNSHandlerConfig) (provider.DNSHandler, error) + type Execution struct + func NewExecution(logger logger.LogContext, h *Handler, zone provider.DNSHostedZone) *Execution + type Handler struct + func (h *Handler) ExecuteRequests(logger logger.LogContext, zone provider.DNSHostedZone, ...) error + func (h *Handler) GetZoneState(zone provider.DNSHostedZone) (provider.DNSZoneState, error) + func (h *Handler) GetZones() (provider.DNSHostedZones, error) + func (h *Handler) Release() + func (h *Handler) ReportZoneStateConflict(zone provider.DNSHostedZone, err error) bool + type RecordSet struct + Content []string + Name string + RecordType powerdns.RRType + TTL uint32