Categorygithub.com/Nivl/sqldb-gomock
modulepackage
0.0.0-20190512030703-24aee5403537
Repository: https://github.com/nivl/sqldb-gomock.git
Documentation: pkg.go.dev

# README

sqldb-gomock

Actions Status Go Report Card GoDoc

sqldb-gomock is a gomock implementation of go-sqldb.

# Functions

NewMockConnection creates a new mock instance.
NewMockQueryable creates a new mock instance.
NewMockTx creates a new mock instance.

# Variables

AnyType represents an argument that can be anything.
IntType represents an int argument.
StringType represents a string argument.

# Structs

MockConnection is a mock of Connection interface.
MockConnectionMockRecorder is the mock recorder for MockConnection.
MockQueryable is a mock of Queryable interface.
MockQueryableMockRecorder is the mock recorder for MockQueryable.
MockTx is a mock of Tx interface.
MockTxMockRecorder is the mock recorder for MockTx.