Lots of progress on command/query bus concept, in memory sql testing, datasource admin

This commit is contained in:
Torkel Ödegaard
2014-12-16 21:05:49 +01:00
parent 27f07e9de2
commit c7ed348ee8
8 changed files with 170 additions and 52 deletions

View File

@@ -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