mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-27 08:48:59 +00:00
move context keys to common package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
type contextKey string
|
||||
|
||||
const RouterContextKey contextKey = contextKey("router")
|
||||
const SourceContextKey contextKey = contextKey("source")
|
||||
const ModulesContextKey contextKey = contextKey("modules")
|
||||
Reference in New Issue
Block a user