mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
8 lines
213 B
Go
8 lines
213 B
Go
package common
|
|
|
|
type contextKey string
|
|
|
|
const RouterContextKey contextKey = contextKey("router")
|
|
const SourceContextKey contextKey = contextKey("source")
|
|
const ModulesContextKey contextKey = contextKey("modules")
|