package
1.1.5
Repository: https://github.com/clustor/coredns-redis.git
Documentation: pkg.go.dev

# Functions

DefaultSerial returns a 10 digit serial based on the current day and the minute of the day.
IncrementSerial increments the given 10 digit serial by 1 if it's on the same date, otherwise the date is set to `Now().UTC()` and the counter to 0 If the counter exceeds 99, or the date part is invalid or in the future, an error is returned.
NewSerial returns a new Serial where the date is set to `Now().UTC()` and the counter to 0.
NewZone return a new, empty zone with a SOA resource record.

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MX RDATA (https://tools.ietf.org/html/rfc1035#section-3.3.9).
NS RDATA (https://tools.ietf.org/html/rfc1035#section-3.3.11).
No description provided by the author
Records holds the location records for a zone.
SOA RDATA (https://tools.ietf.org/html/rfc1035#section-3.3.13).
SRV RDATA (https://tools.ietf.org/html/rfc2782).
No description provided by the author
Zone represents a DNS zone.

# Interfaces

a record type tha implements the Equality interface can easily been checked for changes in the record.
No description provided by the author

# Type aliases

No description provided by the author