index
:
mux.git
master
Разные утилиты для golang mux
NeonXP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
middleware
/
context.go
blob: 867114047c11d5dcbeeb437696a2e7f3ae849652 (
plain
) (
blame
)
1
2
3
4
5
6
7
package middleware type ctxKey int const ( requestIDKey ctxKey = iota )