0
0
mirror of https://github.com/rls-moe/nyx synced 2024-10-04 13:52:08 +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
)