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

# README

embedded GoDoc Go Report Card Commitizen friendly

Overview

Package embedded implement the interfaces for mgo objects on new objects that use the interfaces as default.

This package creates some objects that implements interfaces behaviour defined on github.com/ddspog/mongo/elements using the interfaces as default on its methods.

# Structs

Collection it's an embedded type of mgo.Collection, made to use the interfaces it implements, Collectioner, on it's methods signatures.
Database it's an embedded type of mgo.Database, made to use the interfaces it implements, Databaser, on it's methods signatures.
Query it's an embedded type of mgo.Query, made to use the interfaces it implements, Querier, on it's methods signatures.
Session it's an embedded type of mgo.Session, made to use the interfaces it implements, Sessioner, on it's methods signatures.