mock

package
v3.0.0-...-890dad5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterDriver

func RegisterDriver(name string, handler DBHandler) *mockDriver

Types

type DBHandler

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