summaryrefslogtreecommitdiff
path: root/pkg/api/types/types.go
blob: 034bae6d4a7f271a7370065e582b53b1354de158 (plain)
1
2
3
4
5
6
7
8
9
10
package types

type APIContextKey int

const (
	DecoderKey APIContextKey = iota
	RuntimeKey
	IdleTrackerKey
	ConnKey
)