# Functions
GetBackend returns the specified backend ready for use or exits with a fatal error.
# Structs
DummyBackend is a GoDDNS backend for debugging, it just prints the DNS record changes.
PowerDNSBackend is a GoDDNS backend for PowerDNS with PostgresSQL.
# Interfaces
Backend is the interface for GoDDNS backend and allows a simple extension of GoDDNS.
# Type aliases
AddressType is the address type of a DNS record: `IPv4` or `IPv6`.