grafana/pkg/macaron/binding
Serge Zaitsev 3131388084
Chore: Imperative request data binding (#39837)
* rename Bind to BindMiddleware

* make things private

* removed unused part of data bindings

* provide json and form binding helpers

* add example of binding migration in login api

* implement validation

* fix tests

* remove debug output

* put new bind api into macaron pacakge

* revert bind api breaking change
2021-10-06 12:52:27 +02:00
..
binding.go Chore: Imperative request data binding (#39837) 2021-10-06 12:52:27 +02:00
errors.go Macaron: remove custom Request type (#37874) 2021-09-01 11:18:30 +02:00
go.mod Macaron: remove custom Request type (#37874) 2021-09-01 11:18:30 +02:00
go.sum Macaron: remove custom Request type (#37874) 2021-09-01 11:18:30 +02:00
LICENSE Macaron: remove custom Request type (#37874) 2021-09-01 11:18:30 +02:00