dbutil

package
v0.3.18 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2024 License: Apache-2.0 Imports: 2 Imported by: 13

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

func WithLogger(logger log.Logger) MigrationOption

type MigrationOptions

type MigrationOptions struct {
	Logger log.Logger
	Close  bool
}

MigrationOptions ...

func DefaultMigrationOptions

func DefaultMigrationOptions() *MigrationOptions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL