aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnstap/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/dnstap/handler.go')
-rw-r--r--plugin/dnstap/handler.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugin/dnstap/handler.go b/plugin/dnstap/handler.go
index 1178dad79..0dde3a346 100644
--- a/plugin/dnstap/handler.go
+++ b/plugin/dnstap/handler.go
@@ -30,13 +30,9 @@ type (
TapMessage(message *tap.Message)
Pack() bool
}
- tapContext struct {
- context.Context
- Dnstap
- }
)
-// ContextKey defines the type of key that is used to save data into the context
+// ContextKey defines the type of key that is used to save data into the context.
type ContextKey string
const (
alue='jarred/fix-blob-slice-test'>jarred/fix-blob-slice-test Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/process-info.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-07Update settings.jsonGravatar Jarred Sumner 1-2/+3
2023-10-06fix a couple install testsGravatar Dylan Conway 1-8/+8
2023-10-06formatGravatar Dylan Conway 1-1/+2
2023-10-06Fix memory leak in fetch() (#6350)Gravatar Jarred Sumner 1-2/+0
2023-10-06[types] allow onLoad plugin callbacks to return undefined (#6346)Gravatar Silver 1-1/+1
2023-10-06docs: `file.stream()` is not a promise (#6337)Gravatar Paul Nodet 1-1/+1