Lots of progress on command/query bus concept, in memory sql testing, datasource admin
This commit is contained in:
@@ -37,6 +37,7 @@ type Account struct {
|
||||
Company string
|
||||
NextDashboardId int
|
||||
UsingAccountId int64
|
||||
Created time.Time `xorm:"CREATED"`
|
||||
Updated time.Time `xorm:"UPDATED"`
|
||||
|
||||
Created time.Time
|
||||
Updated time.Time
|
||||
}
|
||||
|
||||
@@ -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