# Functions
NewDNSRecordRepository returns a new pointer instance of DNSRecordRepositoryObj with default values.
NewZoneRepository returns a new pointer instance NewZoneRepositoryObj with default values.
# Structs
DNSRecordRepositoryObj implements the DNSRecordRepository interface per default.
ZoneRepositoryObj implements the ZoneRepository interface per default.
# Interfaces
DNSRecordRepository is the data interface for the Cloudflare DNS record API.
ZoneRepository is the data interface for the Cloudflare zone API.