mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): requests looks to be working again
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package tsdb
|
||||
|
||||
import "time"
|
||||
|
||||
type TimeRange struct {
|
||||
From time.Time
|
||||
To time.Time
|
||||
From string
|
||||
To string
|
||||
}
|
||||
|
||||
type Request struct {
|
||||
@@ -21,7 +19,7 @@ type Response struct {
|
||||
type DataSourceInfo struct {
|
||||
Id int64
|
||||
Name string
|
||||
Type string
|
||||
PluginId string
|
||||
Url string
|
||||
Password string
|
||||
User string
|
||||
|
||||
Reference in New Issue
Block a user