data

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = &bootstrap.Module{
	Name:       "DB",
	Precedence: bootstrap.DatabasePrecedence,
	Options: []fx.Option{
		fx.Provide(
			transactionMaxRetry(),
		),
		web.FxErrorTranslatorProviders(
			webErrTranslatorProvider(data.NewWebDataErrorTranslator),
		),
	},
	Modules: []*bootstrap.Module{
		data.Module, tx.Module, repo.Module,
	},
}

Functions

func Use

func Use()

Types

This section is empty.

Jump to

Keyboard shortcuts

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