Versions in this module Expand all Collapse all v0 v0.0.3 Mar 10, 2022 Changes in this version type Client + func (c *Client) Find(database string, collection string, filter map[string]string) bson.Raw + func (c *Client) FindOne(database string, collection string, filter map[string]string) error v0.0.2 Mar 8, 2022 Changes in this version + type Client struct + func (c *Client) Insert(database string, collection string, doc map[string]string) error + type Mongo struct + func (m *Mongo) XClient(ctxPtr *context.Context, connURI string) interface{}