//
pkg.gl
Category
github.com/bitpoke/mysql-operator
pkg
internal
mysql
fake
package
0.6.3
Repository:
https://github.com/bitpoke/mysql-operator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
104 SLOC
#
Functions
NewFakeFactory
NewFakeFactory returns a mysql.SQLRunnerFactory but with the fake SQLRunner received as parameter.
NewQueryRunner
NewQueryRunner will create a new fake.SQLRunner.
#
Structs
SQLRunner
SQLRunner implements a fake query runner that can be used for mocking in tests.
#
Type aliases
SQLCall
SQLCall ...