package global import ( "admin/apps/mockpro/internal/config" "gorm.io/gorm" ) var ( GLOB_BOOT_FLAGS = &config.MockBootFlags{} GLOB_DB *gorm.DB )