mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
36614b03f7
* datasource proxy extensions * revert normalresponse extensions * data proxy service impl * lint * api datasource proxy method * moves datasource proxy tests into correct new pkg
8 lines
172 B
Go
8 lines
172 B
Go
package api
|
|
|
|
import "github.com/grafana/grafana/pkg/models"
|
|
|
|
func (hs *HTTPServer) ProxyDataSourceRequest(c *models.ReqContext) {
|
|
hs.DataProxy.ProxyDataSourceRequest(c)
|
|
}
|