mysql: progress on mysql data source

This commit is contained in:
Torkel Ödegaard
2017-03-29 22:54:07 +02:00
parent 1ecdf34938
commit 8f90c6115d
8 changed files with 220 additions and 9 deletions

View File

@ -42,6 +42,7 @@ func getFrontendSettingsMap(c *middleware.Context) (map[string]interface{}, erro
}
var dsMap = map[string]interface{}{
"id": ds.Id,
"type": ds.Type,
"name": ds.Name,
"url": url,