zdns icon indicating copy to clipboard operation
zdns copied to clipboard

Refactor: Allow More Answer Types to Be Cacheable

Open developStorm opened this issue 4 months ago • 0 comments

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.

developStorm avatar Oct 22 '24 23:10 developStorm