mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
rename Context to ReqContext
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/grafana/grafana/pkg/util"
|
||||
)
|
||||
|
||||
func RenderToPng(c *m.Context) {
|
||||
func RenderToPng(c *m.ReqContext) {
|
||||
queryReader, err := util.NewUrlQueryReader(c.Req.URL)
|
||||
if err != nil {
|
||||
c.Handle(400, "Render parameters error", err)
|
||||
|
||||
Reference in New Issue
Block a user