github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/pkg/api/types/types.go (about) 1 package types 2 3 type APIContextKey int 4 5 const ( 6 DecoderKey APIContextKey = iota 7 RuntimeKey 8 IdleTrackerKey 9 ConnKey 10 )