Versions in this module Expand all Collapse all v1 v1.1.1 Nov 1, 2023 v1.1.0 Sep 15, 2023 Changes in this version + func GetClient(ctx micro.Context, name string) (*mongo.Client, error) + func GetDB(ctx micro.Context, name string) (*mongo.Database, error) + type MongoDBService interface + GetClient func() *mongo.Client + GetDB func() *mongo.Database