From 6eb463095c6af04c0f4acbed2b4f600c0469b4d4 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Tue, 5 Nov 2024 12:01:19 +0000 Subject: [PATCH] Add comment --- backend/internal/endpointctx/endpointctx.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/internal/endpointctx/endpointctx.go b/backend/internal/endpointctx/endpointctx.go index 246e49c8c..7f7d69366 100644 --- a/backend/internal/endpointctx/endpointctx.go +++ b/backend/internal/endpointctx/endpointctx.go @@ -1,3 +1,4 @@ +// This package has been added to expose the EndpointCtxKey to allow the datasource_metrics_middleware to read it package internal type EndpointCtxKeyType struct{}