persistence

package
v0.0.0-...-4c2fe30 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module(
	"persistence",
	fx.Provide(
		provider.NewGorm,
		fx.Private,
	),
	fx.Provide(
		NewUserRepository,
	),

	fx.Invoke(autoMigrate),
)

Functions

func NewUserRepository

func NewUserRepository(db *gorm.DB) repository.UserRepository

Types

This section is empty.

Jump to

Keyboard shortcuts

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