mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Glue: Return correlation config in GET /correlations (#55801)
* Fix getting and creating correlations config * Fix tests
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
|
||||
// CorrelationConfigTarget is the target data query specific to target data source (Correlation.TargetUID)
|
||||
// swagger:model
|
||||
type CorrelationConfigTarget struct{}
|
||||
type CorrelationConfigTarget interface{}
|
||||
|
||||
// swagger:model
|
||||
type CorrelationConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user