mux/middleware/context.go

8 lines
75 B
Go
Raw Normal View History

2024-07-29 02:38:17 +03:00
package middleware
type ctxKey int
const (
requestIDKey ctxKey = iota
)