mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
mysql: minor progress on response processing
This commit is contained in:
@ -6,14 +6,13 @@ type InsertSqlTestDataCommand struct {
|
||||
}
|
||||
|
||||
type SqlTestData struct {
|
||||
Id int64
|
||||
Metric1 string
|
||||
Metric2 string
|
||||
ValueBigInt int64
|
||||
ValueDouble float64
|
||||
ValueFloat float32
|
||||
ValueInt int
|
||||
TimeEpoch int64
|
||||
TimeDateTime time.Time
|
||||
TimeTimeStamp time.Time
|
||||
Id int64
|
||||
Metric1 string
|
||||
Metric2 string
|
||||
ValueBigInt int64
|
||||
ValueDouble float64
|
||||
ValueFloat float32
|
||||
ValueInt int
|
||||
TimeEpoch int64
|
||||
TimeDateTime time.Time
|
||||
}
|
||||
|
Reference in New Issue
Block a user