Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithNamespace ¶
func WithNamespace(namespace string) testcontainers.CustomizeRequestOption
func WithPassword ¶
func WithPassword(password string) testcontainers.CustomizeRequestOption
func WithUsername ¶
func WithUsername(username string) testcontainers.CustomizeRequestOption
Types ¶
type IRISContainer ¶
type IRISContainer struct {
testcontainers.Container
// contains filtered or unexported fields
}
func Run ¶
func Run(ctx context.Context, img string, opts ...testcontainers.ContainerCustomizer) (*IRISContainer, error)
Run creates an instance of the IRIS container type
func RunContainer ¶
func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*IRISContainer, error)
func (*IRISContainer) ConnectionString ¶
func (c *IRISContainer) ConnectionString(ctx context.Context) (string, error)
func (*IRISContainer) MustConnectionString ¶
func (c *IRISContainer) MustConnectionString(ctx context.Context) string
Click to show internal directories.
Click to hide internal directories.