# Functions
Run creates an instance of the MongoDB container type.
Deprecated: use Run instead RunContainer creates an instance of the MongoDB container type.
WithPassword sets the initial password of the user to be created when the container starts It is used in conjunction with WithUsername to set a username and its password.
WithReplicaSet sets the replica set name for Single node MongoDB replica set.
WithUsername sets the initial username to be created when the container starts It is used in conjunction with WithPassword to set a username and its password.
# Structs
MongoDBContainer represents the MongoDB container type used in the module.