Versions in this module Expand all Collapse all v0 v0.0.2 Sep 27, 2024 Changes in this version + type Container struct + Advanced d.Container + Context context.Context + func NewContainer(c *ContainerRequest) (*Container, error) + func (c *Container) Endpoint(port ...string) (string, error) + func (c *Container) Start() + func (c *Container) Terminate() + type ContainerRequest struct + Cmd []string + ContainerName string + Env map[string]string + ExposedPorts []string + Image string + Labels map[string]string + WaitingFor wait.Strategy v0.0.1 Sep 25, 2024 Changes in this version + var PostgresContainer = func() *psql.XPostgresContainer { ... }()