feat(testdata): progress on test data stuff

This commit is contained in:
Torkel Ödegaard
2016-09-27 18:36:00 +02:00
parent 3ecd96e682
commit 22e8885690
7 changed files with 297 additions and 5 deletions

View File

@ -6,6 +6,7 @@ type DataSourcePlugin struct {
FrontendPluginBase
Annotations bool `json:"annotations"`
Metrics bool `json:"metrics"`
Alerting bool `json:"alerting"`
BuiltIn bool `json:"builtIn"`
Mixed bool `json:"mixed"`
App string `json:"app"`