# Functions
FromResource returns a Tester instance from a MongoDB resource.
No description provided by the author
GetAgentCert reads the agent key certificate.
GetClientCert reads the client key certificate.
No description provided by the author
WithHosts configures the hosts of the deployment.
WithoutTls will remove the tls configuration.
WithReplicaSet will explicitly add a replicaset name.
WithScram provides a configuration option that will configure the MongoDB resource with the given username and password.
No description provided by the author
WithTls configures the client to use tls.
WithURI will add URI connection string.
No description provided by the author
# Structs
CustomRolesResult is a type to decode the result of getting rolesInfo.
No description provided by the author
# Interfaces
OptionApplier is an interface which is able to accept a list of options.ClientOptions, and return the final desired list making any modifications required.