0
0
mirror of https://github.com/rls-moe/nyx synced 2024-09-27 16:03:45 +02:00
nyx/http/middle/ctx.go

10 lines
92 B
Go
Raw Normal View History

package middle
type ctxKey int64
const (
configKey ctxKey = iota
dbCtxKey
sessionKey
)