grafana/pkg/web
sh0rez 635571db8a
pkg/web: remove Router and Logger from Context (#53765)
web.Context previously held references to the current *web.Router albeit
not using it.

It also had a log.Logger only being used once internally
2022-08-16 12:25:27 +02:00
..
webtest Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
binding.go
binding_test.go
context.go pkg/web: remove Router and Logger from Context (#53765) 2022-08-16 12:25:27 +02:00
context_test.go pkg/web: remove Router and Logger from Context (#53765) 2022-08-16 12:25:27 +02:00
macaron.go pkg/web: remove Router and Logger from Context (#53765) 2022-08-16 12:25:27 +02:00
macaron.s
render.go
response_writer.go
response_writer_test.go
router.go
tree.go
web.go