feat(plugins): changed what datasources should return, they should now return the datasource constructor

This commit is contained in:
Torkel Ödegaard
2016-01-09 13:21:16 +01:00
parent d932653c7f
commit c5635f9c89
10 changed files with 112 additions and 101 deletions
+1
View File
@@ -38,6 +38,7 @@ type DataSourcePlugin struct {
Annotations bool `json:"annotations"`
Metrics bool `json:"metrics"`
BuiltIn bool `json:"builtIn"`
Mixed bool `json:"mixed"`
App string `json:"app"`
}