zdns
zdns copied to clipboard
Refactor: Allow More Answer Types to Be Cacheable
This PR introduces the WithBaseAnswer
interface as the cache value type to allow broader answer types to be included in the cache. The answers_generate.go
script, when run with go generate
, implements the required interface function BaseAns
for each eligible answer struct.