mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
3ca3a59079
* pkg/web: store http.Handler internally * pkg/web: remove injection Removes any injection code from pkg/web. It already was no longer functional, as we already only injected into `http.Handler`, meaning we only inject ctx.Req and ctx.Resp. Any other types (*Context, *ReqContext) were already accessed using the http.Request.Context.Value() method. * *: remove type mappings Removes any call to the previously removed TypeMapper, as those were non-functional already. * pkg/web: remove Context.Invoke was no longer used outside of pkg/web and also no longer functional |
||
---|---|---|
.. | ||
webtest | ||
binding_test.go | ||
binding.go | ||
context_test.go | ||
context.go | ||
macaron.go | ||
macaron.s | ||
render.go | ||
response_writer_test.go | ||
response_writer.go | ||
router.go | ||
tree.go | ||
web.go |