zhangqian
2023-08-26 5193dcb9336e853502baf8a539d3f45efebe2f86
service/system/sys_initdb_sqlite.go
@@ -3,15 +3,15 @@
import (
   "context"
   "errors"
   "github.com/flipped-aurora/gin-vue-admin/server/config"
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "github.com/glebarez/sqlite"
   "github.com/gofrs/uuid/v5"
   "github.com/gookit/color"
   "gorm.io/gorm"
   "path/filepath"
   "srm/config"
   "srm/global"
   "srm/model/system/request"
   "srm/utils"
)
type SqliteInitHandler struct{}