db

package
v0.0.1-20230411-0002 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GormLogger

type GormLogger struct {
	Logger *model.Logger
	// contains filtered or unexported fields
}

func NewLogger

func NewLogger(
	instanceName string,
	dbType string,
	logConfig loggerConfig.Config,
) *GormLogger

func (*GormLogger) Error

func (l *GormLogger) Error(
	ctx context.Context,
	msg string,
	data ...interface{},
)

func (*GormLogger) Info

func (l *GormLogger) Info(
	ctx context.Context,
	msg string,
	data ...interface{},
)

func (*GormLogger) LogMode

func (*GormLogger) Trace

func (l *GormLogger) Trace(
	ctx context.Context,
	begin time.Time,
	fc func() (string, int64),
	_err error,
)

func (*GormLogger) Warn

func (l *GormLogger) Warn(
	ctx context.Context,
	msg string,
	data ...interface{},
)

Jump to

Keyboard shortcuts

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