//
pkg.gl
Category
github.com/jucardi/go-db
testutils
package
1.0.4
Repository:
https://github.com/jucardi/go-db.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
257 SLOC
#
Functions
MockAll
No description provided by the author
MockDB
MockDB returns a new instance of IDatabase for mocking purposes.
MockQuery
MockQuery returns a new instance of IQuery for mocking purposes.
MockRepo
MockRepo returns a new instance of IRepository for mocking purposes.
#
Structs
DatabaseMock
QueryMock is a mock implementation of IQuery.
QueryMock
QueryMock is a mock implementation of IQuery.
RepositoryMock
RepositoryMock is a mock implementation of IRepository.