Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrationFunc ¶
type MigrationFunc func(dbConn *gorm.DB, opts ...MigrationOption)
type MigrationOption ¶
type MigrationOption func(*MigrationOptions)
MigrationOption ...
func WithLogger ¶ added in v0.0.17
func WithLogger(logger log.Logger) MigrationOption
type MigrationOptions ¶
MigrationOptions ...
func DefaultMigrationOptions ¶ added in v0.0.17
func DefaultMigrationOptions() *MigrationOptions
Click to show internal directories.
Click to hide internal directories.