mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(testdata): worked on testdata app
This commit is contained in:
@@ -97,12 +97,7 @@ func (slice DataSourceList) Swap(i, j int) {
|
||||
}
|
||||
|
||||
type MetricQueryResultDto struct {
|
||||
Data []MetricQueryResultDataDto `json:"data"`
|
||||
}
|
||||
|
||||
type MetricQueryResultDataDto struct {
|
||||
Target string `json:"target"`
|
||||
DataPoints [][2]float64 `json:"datapoints"`
|
||||
Data []interface{} `json:"data"`
|
||||
}
|
||||
|
||||
type UserStars struct {
|
||||
|
Reference in New Issue
Block a user