grafana/pkg/macaron
Serge Zaitsev 063160aae2
Chore: pass url parameters through context.Context (#38826)
* pass url parameters through context.Context

* fix url param names without colon prefix

* change context params to vars

* replace url vars in tests using new api

* rename vars to params

* add some comments

* rename seturlvars to seturlparams
2021-09-14 18:34:56 +02:00
..
binding Chore: pass url parameters through context.Context (#38826) 2021-09-14 18:34:56 +02:00
context.go Chore: pass url parameters through context.Context (#38826) 2021-09-14 18:34:56 +02:00
go.mod Chore: Update to Golang 1.17 (#38608) 2021-08-31 09:19:26 +03:00
inject.go Chore: pass url parameters through context.Context (#38826) 2021-09-14 18:34:56 +02:00
LICENSE.txt Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
macaron.go Chore: pass url parameters through context.Context (#38826) 2021-09-14 18:34:56 +02:00
render.go Macaron: Strip down renderer middleware (#37627) 2021-08-10 13:29:46 +02:00
response_writer.go Remove unused Macaron code and interfaces (#37194) 2021-07-26 11:47:13 +02:00
router.go Chore: pass url parameters through context.Context (#38826) 2021-09-14 18:34:56 +02:00
tree.go Chore: pass url parameters through context.Context (#38826) 2021-09-14 18:34:56 +02:00