aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnstap/io_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05plugin/dnstap: remove config struct (#4258)Gravatar Miek Gieben 1-0/+155
* plugin/dnstap: remove config struct this struct is an uneeded intermidiate to get a dnstap it can be removed. Remove the dnstapio subpkg: it's also not needed. Make *many* functions and structs private now that we can. Signed-off-by: Miek Gieben <miek@miek.nl> * correct logging Signed-off-by: Miek Gieben <miek@miek.nl>