package
0.9.1
Repository: https://github.com/oreo-dtx-lab/oreo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

MockCouchDBConnection is a mock of CouchDBConnection When Put is called, it will return error when debugCounter is 0 Semantically, it means `Put()` call will succeed X times.
MockMongoConnection is a mock of MongoConnection When Put is called, it will return error when debugCounter is 0 Semantically, it means `Put()` call will succeed X times.
MockRedisConnection is a mock of RedisConnection When Put is called, it will return error when debugCounter is 0 Semantically, it means `Put()` call will succeed X times If debugCounter is a negative number, it will never return errors.