summaryrefslogtreecommitdiff
path: root/internal/util/context.go
blob: e7cbab2772d55bef4cf6c6a305473b62ac79cf40 (plain)
1
2
3
4
5
6
7
8
package util

type ContextKey uint8

const (
	DBKey ContextKey = iota
	ReqIDKey
)