mock

package
v2.7.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterDriver added in v2.3.14

func RegisterDriver(name string, handler DBHandler) *mockDriver

Types

type DBHandler added in v2.3.14

type DBHandler interface {
	Ping(ctx context.Context) error
	Query(args []driver.Value) (driver.Rows, error)
	Columns() []string
	Next(dest []driver.Value) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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