sqlstubs

package
v0.0.0-...-377c460 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StubDB

type StubDB struct {
	ReadTable  map[string]interface{}
	WriteTable map[string]sqlapi.Result
}

func (*StubDB) InTransaction

func (db *StubDB) InTransaction(perform func(sqlapi.ReaderWriter) error) error

func (*StubDB) Read

func (db *StubDB) Read(ctx context.Context, q *sqlapi.Query, output interface{}) error

func (*StubDB) Write

func (db *StubDB) Write(ctx context.Context, q *sqlapi.Query) sqlapi.Result

Jump to

Keyboard shortcuts

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