Versions in this module Expand all Collapse all v1 v1.0.2 Apr 4, 2021 v1.0.1 Feb 10, 2021 Changes in this version + type Mongo struct + Manager *manager.Mongo + func (m *Mongo) Agregate(result interface{}, collectionName string, filter bson.D, groupBy bson.D) + func (m *Mongo) Find(result interface{}, collectionName string, filter interface{}) + func (m *Mongo) FindOne(result interface{}, collectionName string, filter interface{}) + func (m *Mongo) Insert(document entity.Mongo) string