Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Terminate ¶
func Terminate[Type Running](terminable []Type, opts ...testcontainers.TerminateOption) error
Types ¶
type Prototype ¶
type Prototype interface {
Request() testcontainers.GenericContainerRequest
Set(created testcontainers.Container)
}
type Running ¶
type Running interface {
Get() testcontainers.Container
}
Click to show internal directories.
Click to hide internal directories.