Sign in
apache
/
airavata
/
refs/heads/airavata-scheduler-golang
/
.
/
scheduler
/
core
/
util
/
context.go
blob: c79f5c0af82f224bf386d8392cc86d0e2b5f2e5d [
file
] [
log
] [
blame
]
package types
// ContextKey is a custom type for context keys to avoid collisions
type ContextKey string
// Common context keys
const (
UserIDKey ContextKey = "user_id"
)