mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Lots of progress on command/query bus concept, in memory sql testing, datasource admin
This commit is contained in:
@@ -6,8 +6,8 @@ const (
|
||||
DS_GRAPHITE = "GRAPHITE"
|
||||
DS_INFLUXDB = "INFLUXDB"
|
||||
DS_ES = "ES"
|
||||
DS_ACESSS_DIRECT = "DIRECT"
|
||||
DS_ACESSS_PROXY = "PROXY"
|
||||
DS_ACCESS_DIRECT = "DIRECT"
|
||||
DS_ACCESS_PROXY = "PROXY"
|
||||
)
|
||||
|
||||
type DsType string
|
||||
|
||||
Reference in New Issue
Block a user