feat: middleware types

This commit is contained in:
2025-05-19 16:36:57 +02:00
parent c283998403
commit 607174110c

View File

@ -0,0 +1,6 @@
package types
type contextKey string
const UserIdKey contextKey = "userID"