package
0.10.2
Repository: https://github.com/ddspog/mongo.git
Documentation: pkg.go.dev

# README

mocks GoDoc Go Report Card Commitizen friendly

Overview

Package mocks defines mocks of mgo objects.

This package creates mocks objects that implements the same functions as the mgo objects. It implements interface defined on github.com/ddspog/mongo/elements package.

Usage

The package encourages to use the mock helper object MockMGOSetup, to call all the mocking methods returning the desired values. It was made to reduce number of lines when using the package.