Backend can now generate config.js, the very basic stuff, more work needed

This commit is contained in:
Torkel Ödegaard
2014-12-18 15:41:38 +01:00
parent ce947d4793
commit d69258e28f
6 changed files with 79 additions and 49 deletions

View File

@@ -3,11 +3,11 @@ package models
import "time"
const (
DS_GRAPHITE = "GRAPHITE"
DS_INFLUXDB = "INFLUXDB"
DS_ES = "ES"
DS_ACCESS_DIRECT = "DIRECT"
DS_ACCESS_PROXY = "PROXY"
DS_GRAPHITE = "graphite"
DS_INFLUXDB = "influxdb"
DS_ES = "es"
DS_ACCESS_DIRECT = "direct"
DS_ACCESS_PROXY = "proxy"
)
type DsType string