mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 03:42:39 +08:00

Move QueryData method into backend plugin manager which HandleRequest uses to query data from plugin SDK supported data sources. This allowed us to remove a lot of code no longer needed. Ref #21510 Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>