refactor: code cleanup

This commit is contained in:
Marvin Zhang
2024-10-22 16:22:35 +08:00
parent a3694fb1fb
commit 5dd06adfbb
16 changed files with 5 additions and 1151 deletions

View File

@@ -1,8 +0,0 @@
package generic
const (
DataSourceTypeMongo = "mongo"
DataSourceTypeMysql = "mysql"
DataSourceTypePostgres = "postgres"
DataSourceTypeElasticSearch = "postgres"
)