Versions in this module Expand all Collapse all v0 v0.0.23 Dec 15, 2025 v0.0.22 Dec 13, 2025 Changes in this version + func GetDebugMode() bool + func SetDebugMode(enable bool) + type MigrationParam struct + func NewMigrationParam(newDB func() *gorm.DB, newMigration func(db *gorm.DB) *migrate.Migrate) *MigrationParam + func (p *MigrationParam) GetDB() (*gorm.DB, func()) + func (p *MigrationParam) GetMigration() (*migrate.Migrate, func())