Versions in this module Expand all Collapse all v0 v0.1.0 Dec 11, 2019 Changes in this version + type Mongo struct + func NewMongo(config *MongoConfig) (*Mongo, error) + func (mc *Mongo) Status() (interface{}, error) + type MongoConfig struct + Pinger MongoPinger + type MongoPinger interface + Ping func(ctx context.Context, rp *readpref.ReadPref) error