Expand description
Generic DNS record operator implementation.
This module provides a generic operator pattern for all DNS record types, eliminating code duplication across A, AAAA, TXT, CNAME, MX, NS, SRV, and CAA records.
Structs§
- Reconcile
Error - Reconciliation error wrapper
Traits§
- DnsRecord
Type - Trait for DNS record types that can be reconciled with a generic operator.
Functions§
- run_
generic_ record_ operator - Run a generic DNS record operator.