Browse Source

添加常量

yjp 1 year ago
parent
commit
c5319182c0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      client/data_source.go

+ 4 - 0
client/data_source.go

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