Documentation
¶
Index ¶
- func SetupElasticsearchContainer(ctx context.Context, url *string) (cleanup, error)
- func SetupKafkaContainer(ctx context.Context, brokers *[]string) (cleanup, error)
- func SetupOpenSearchContainer(ctx context.Context, url *string) (cleanup, error)
- func SetupPostgresContainer(ctx context.Context, url *string, image PostgresImage, configFile ...string) (cleanup, error)
- type PostgresImage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupKafkaContainer ¶
func SetupPostgresContainer ¶
Types ¶
type PostgresImage ¶
type PostgresImage string
const ( Postgres14 PostgresImage = "debezium/postgres:14-alpine" Postgres17 PostgresImage = "debezium/postgres:17-alpine" )
Click to show internal directories.
Click to hide internal directories.