Module record_operator

Module record_operator 

Source
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§

ReconcileError
Reconciliation error wrapper

Traits§

DnsRecordType
Trait for DNS record types that can be reconciled with a generic operator.

Functions§

run_generic_record_operator
Run a generic DNS record operator.