middleware/context.go

9 lines
92 B
Go
Raw Permalink Normal View History

2024-07-28 19:32:33 +03:00
package middleware
type ctxKey struct{}
var (
requestIDKey ctxKey
sessionKey ctxKey
)