mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix SQL related Go variable naming (#28887)
* Chore: Fix variable naming Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -2,10 +2,10 @@ package models
|
||||
|
||||
import "time"
|
||||
|
||||
type InsertSqlTestDataCommand struct {
|
||||
type InsertSQLTestDataCommand struct {
|
||||
}
|
||||
|
||||
type SqlTestData struct {
|
||||
type SQLTestData struct {
|
||||
Id int64
|
||||
Metric1 string
|
||||
Metric2 string
|
||||
|
||||
Reference in New Issue
Block a user