dbutil

package
v0.0.25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 3

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 WithClose

func WithClose() MigrationOption

WithClose 退出后关闭资源

func WithLogger added in v0.0.17

func WithLogger(logger log.Logger) MigrationOption

type MigrationOptions

type MigrationOptions struct {
	Logger log.Logger
	Close  bool
}

MigrationOptions ...

func DefaultMigrationOptions added in v0.0.17

func DefaultMigrationOptions() *MigrationOptions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳