Versions in this module Expand all Collapse all v1 v1.1.0 Jul 29, 2021 Changes in this version + type A []interface + type D []DocElem + type DocElem struct + Name string + Value interface{} + type E DocElem + type M map[string]interface + type MgoClient struct + func New(opts ...Option) *MgoClient + func (c *MgoClient) DbCollection() *mongo.Collection + type Option func(client *MgoClient) + func Addr(addr string) Option + func Collection(cl string) Option + func Database(db string) Option