feat(plugins): changed what datasources should return, they should now return the datasource constructor
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user