Versions in this module Expand all Collapse all v0 v0.2.2 Oct 20, 2022 Changes in this version + type Container struct + Container testcontainers.Container + Host string + Password string + Port uint + User string + func Start(ctx context.Context, options Options) (Container, error) + func (c *Container) ConnectionURI() string + func (c *Container) Terminate(ctx context.Context) + type Options struct + ImageTag string + Password string + User string v0.2.1 Feb 2, 2021 Changes in this version + type ContainerOptions struct + Password string + User string + type DBConfig struct + Host string + Password string + Port uint + User string + func StartMongoContainer(ctx context.Context, options ContainerOptions) (mongoC testcontainers.Container, Config DBConfig, err error) + func (c DBConfig) ConnectionURI() string