mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-19 05:03:55 +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")
|