Added UI , DB settings

This commit is contained in:
utkarshcmu
2015-12-18 00:20:23 -08:00
parent 78fe588330
commit e0ffcda32e
5 changed files with 70 additions and 5 deletions
+3
View File
@@ -41,6 +41,8 @@ type DashboardMeta struct {
Expires time.Time `json:"expires"`
Created time.Time `json:"created"`
Updated time.Time `json:"updated"`
CreatedBy string `json:"createdBy"`
UpdatedBy string `json:"updatedBy"`
}
type DashboardFullWithMeta struct {
@@ -61,6 +63,7 @@ type DataSource struct {
BasicAuth bool `json:"basicAuth"`
BasicAuthUser string `json:"basicAuthUser"`
BasicAuthPassword string `json:"basicAuthPassword"`
WithCredentials bool `json:"withCredentials"`
IsDefault bool `json:"isDefault"`
JsonData map[string]interface{} `json:"jsonData"`
}