From f36f77472a82d6ebfac153aed6d17f154ae239a6 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 22 Feb 2025 09:59:10 -0500 Subject: Good foundations --- internal/util/context.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/util') diff --git a/internal/util/context.go b/internal/util/context.go index e7cbab2..978dfeb 100644 --- a/internal/util/context.go +++ b/internal/util/context.go @@ -5,4 +5,5 @@ type ContextKey uint8 const ( DBKey ContextKey = iota ReqIDKey + ProtoMethodKey ) -- cgit v1.2.3