Alerting: golint fixes for alerting (#17246)

This commit is contained in:
Carl Bergquist
2019-06-03 10:25:58 +02:00
committed by GitHub
parent 60ddad8fdb
commit d8736a2547
39 changed files with 235 additions and 217 deletions
+2 -2
View File
@@ -131,9 +131,9 @@ func AlertTest(c *m.ReqContext, dto dtos.AlertTestCommand) Response {
}
backendCmd := alerting.AlertTestCommand{
OrgId: c.OrgId,
OrgID: c.OrgId,
Dashboard: dto.Dashboard,
PanelId: dto.PanelId,
PanelID: dto.PanelId,
User: c.SignedInUser,
}