mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
* 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