aboutsummaryrefslogblamecommitdiff
path: root/contextlib/context.go
blob: 34c511e1ee9360067ddc98a28e496eebb170f2e0 (plain) (tree)
1
2
3
4
5
6
7
8







                                     
package contextlib

type contextKey string

var (
	ThemeKey contextKey = "theme"
	UserKey  contextKey = "user"
)