interfaces

package
v0.0.0-...-13b0add Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataLoader

type DataLoader interface {
	LoadData(string) []string
	Name() string
}

type QueryLoader

type QueryLoader interface {
	LoadQuery(string) []string
	Name() string
}

type SqlResultComparer

type SqlResultComparer interface {
	// execute query on two databases and compare the result
	CompareQuery(db1, db2 *sql.DB, query string) (string, error, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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