connectors

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoQuConnector

type GoQuConnector interface {
	CallContext(
		ctx context.Context,
		queryName string,
		callFunc func(ctx context.Context, gq *goqu.Database) error,
	) error

	CallTransaction(
		ctx context.Context,
		txName string,
		callFunc func(ctx context.Context, gqx *goqu.TxDatabase) error,
	) error
}

type SQLConnector

type SQLConnector interface {
	CallContext(
		ctx context.Context,
		queryName string,
		callFunc func(ctx context.Context, db *sqlx.DB) error,
	) error
	CallTransaction(
		ctx context.Context,
		txName string,
		callFunc func(ctx context.Context, tx *sqlx.Tx) error,
	) error
}

Jump to

Keyboard shortcuts

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