Added username, site and password for influxdb datasources

This commit is contained in:
Torkel Ödegaard
2014-12-19 08:19:12 +01:00
parent 525b367a6f
commit e5811e29b1
6 changed files with 25 additions and 2 deletions
+3
View File
@@ -31,6 +31,7 @@ type DataSource struct {
Url string
Password string
User string
Database string
BasicAuth bool
Created time.Time
@@ -55,6 +56,7 @@ type AddDataSourceCommand struct {
Access DsAccess
Url string
Password string
Database string
User string
}
@@ -67,6 +69,7 @@ type UpdateDataSourceCommand struct {
Url string
Password string
User string
Database string
}
type DeleteDataSourceCommand struct {