diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-02-22 09:59:10 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-02-22 09:59:10 -0500 |
commit | f36f77472a82d6ebfac153aed6d17f154ae239a6 (patch) | |
tree | d749ecc2ebf86a39b15ac3026d3e100d0276442b /internal/util | |
parent | 2cb9e5fe823391c09a99424138192d0fbec727af (diff) |
Good foundations
Diffstat (limited to 'internal/util')
-rw-r--r-- | internal/util/context.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |