# Functions
NewDNSService returns a new pointer instance of DNSServiceObj with default values.
NewZoneService returns a new pointer instance of ZoneServiceObj with default values.
# Structs
DNSServiceObj implements the DNSService interface per default.
ZoneServiceObj implements the ZoneService interface per default.
# Interfaces
DNSService is the interface to manage Cloudflare zones service logic.
ZoneService is the interface to manage Cloudflare zones service logic.