Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCPPubSubContainer ¶
type GCPPubSubContainer struct {
testcontainers.Container
URI string
LivenessProbePort nat.Port
PubSubPort nat.Port
}
func SetupGCPPubsub ¶
type PostgreSQLContainer ¶
type PostgreSQLContainer struct {
testcontainers.Container
Host string
MappedPort string
DB string
ConnectionURL string
}
func SetupPostgreSQL ¶
func SetupPostgreSQL(ctx context.Context, user, pass, db string) (*PostgreSQLContainer, error)
Click to show internal directories.
Click to hide internal directories.