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

type ContextKey uint8

const (
	DBKey ContextKey = iota
	ReqIDKey
	ProtoMethodKey
)