diff options
Diffstat (limited to 'plugin/dnstap/test/helpers.go')
-rw-r--r-- | plugin/dnstap/test/helpers.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin/dnstap/test/helpers.go b/plugin/dnstap/test/helpers.go index 4f71a5a83..5f498d59f 100644 --- a/plugin/dnstap/test/helpers.go +++ b/plugin/dnstap/test/helpers.go @@ -1,7 +1,6 @@ package test import ( - "context" "net" "reflect" @@ -10,12 +9,6 @@ import ( tap "github.com/dnstap/golang-dnstap" ) -// Context is a message trap. -type Context struct { - context.Context - TrapTapper -} - // TestingData returns the Data matching coredns/test.ResponseWriter. func TestingData() (d *msg.Builder) { d = &msg.Builder{ |