Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoConnection ¶
type MongoConnection interface { Close(ctx context.Context) Collection(collectionName string) *mongo.Collection }
func NewMongoConnection ¶
func NewMongoConnection(ctx context.Context) (MongoConnection, error)
Click to show internal directories.
Click to hide internal directories.