tech(tsdb): add jsondata to tsdb datasource struct

This commit is contained in:
bergquist
2016-10-03 14:31:33 +02:00
parent 6f1a9f4f2e
commit 653a0502c4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ type DataSourceInfo struct {
BasicAuth bool
BasicAuthUser string
BasicAuthPassword string
JsonData *simplejson.Json
}
type BatchTiming struct {