package contextlib type contextKey string var ( ThemeKey contextKey = "theme" UserKey contextKey = "user" )