aboutsummaryrefslogtreecommitdiff
path: root/plugin/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/plugin.go')
-rw-r--r--plugin/plugin.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/plugin.go b/plugin/plugin.go
index 3ff518ab8..4a4448f62 100644
--- a/plugin/plugin.go
+++ b/plugin/plugin.go
@@ -106,6 +106,3 @@ var TimeBuckets = prometheus.ExponentialBuckets(0.00025, 2, 16) // from 0.25ms t
// ErrOnce is returned when a plugin doesn't support multiple setups per server.
var ErrOnce = errors.New("this plugin can only be used once per Server Block")
-
-// ServerCtx is the context key to pass server address context to the plugins handling the request.
-type ServerCtx struct{}