feat(alerting): requests looks to be working again

This commit is contained in:
Torkel Ödegaard
2016-06-06 17:11:46 +02:00
parent d1acfb4494
commit 34e17f7282
33 changed files with 471 additions and 93 deletions

View File

@@ -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