Versions in this module Expand all Collapse all v0 v0.1.1 Sep 26, 2025 v0.1.0 Sep 26, 2025 Changes in this version + func WithNamespace(namespace string) testcontainers.CustomizeRequestOption + func WithPassword(password string) testcontainers.CustomizeRequestOption + func WithUsername(username string) testcontainers.CustomizeRequestOption + type IRISContainer struct + func Run(ctx context.Context, img string, opts ...testcontainers.ContainerCustomizer) (*IRISContainer, error) + func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*IRISContainer, error) + func (c *IRISContainer) ConnectionString(ctx context.Context) (string, error) + func (c *IRISContainer) MustConnectionString(ctx context.Context) string