|
@@ -8,6 +8,10 @@ import (
|
|
|
"strconv"
|
|
"strconv"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
+const (
|
|
|
|
|
+ DataSourceTypeDatabase = "database"
|
|
|
|
|
+)
|
|
|
|
|
+
|
|
|
const (
|
|
const (
|
|
|
createDataSourceUrl = "/ds/api/v1/dataSource/create"
|
|
createDataSourceUrl = "/ds/api/v1/dataSource/create"
|
|
|
deleteDataSourceUrl = "/ds/api/v1/dataSource/delete"
|
|
deleteDataSourceUrl = "/ds/api/v1/dataSource/delete"
|