mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: gofmt issues
This commit is contained in:
parent
0705bf570d
commit
78d36f784f
@ -59,22 +59,22 @@ type DataSource struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var knownDatasourcePlugins = map[string]bool{
|
var knownDatasourcePlugins = map[string]bool{
|
||||||
DS_ES: true,
|
DS_ES: true,
|
||||||
DS_GRAPHITE: true,
|
DS_GRAPHITE: true,
|
||||||
DS_INFLUXDB: true,
|
DS_INFLUXDB: true,
|
||||||
DS_INFLUXDB_08: true,
|
DS_INFLUXDB_08: true,
|
||||||
DS_KAIROSDB: true,
|
DS_KAIROSDB: true,
|
||||||
DS_CLOUDWATCH: true,
|
DS_CLOUDWATCH: true,
|
||||||
DS_PROMETHEUS: true,
|
DS_PROMETHEUS: true,
|
||||||
DS_OPENTSDB: true,
|
DS_OPENTSDB: true,
|
||||||
DS_POSTGRES: true,
|
DS_POSTGRES: true,
|
||||||
DS_MYSQL: true,
|
DS_MYSQL: true,
|
||||||
DS_MSSQL: true,
|
DS_MSSQL: true,
|
||||||
"opennms": true,
|
"opennms": true,
|
||||||
"abhisant-druid-datasource": true,
|
"abhisant-druid-datasource": true,
|
||||||
"dalmatinerdb-datasource": true,
|
"dalmatinerdb-datasource": true,
|
||||||
"gnocci": true,
|
"gnocci": true,
|
||||||
"zabbix": true,
|
"zabbix": true,
|
||||||
"alexanderzobnin-zabbix-datasource": true,
|
"alexanderzobnin-zabbix-datasource": true,
|
||||||
"newrelic-app": true,
|
"newrelic-app": true,
|
||||||
"grafana-datadog-datasource": true,
|
"grafana-datadog-datasource": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user