mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
9 lines
270 B
Go
9 lines
270 B
Go
package common
|
|
|
|
type contextKey string
|
|
|
|
const RouterContextKey contextKey = contextKey("router")
|
|
const SourceContextKey contextKey = contextKey("source")
|
|
const ModulesContextKey contextKey = contextKey("modules")
|
|
const SenderContextKey contextKey = contextKey("sender")
|