refactor of query.go #27
No reviewers
Labels
No labels
Priority: High
Priority: Low
Priority: Medium
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sam/awl#27
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This breaks query.go into a more modular way of working by implementing the
Resolver
interface for DoH and DoQ requests (and more in the future if necessary), allows logging to be performed anywhere the newOptions
struct is passed, refactors all tests to work with new interface, and includes a fix for #26