Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaSetup ¶
type KafkaSetup struct { CleanUp func() BrokerAddr []string }
func StartKafka ¶
func StartKafka(ctx context.Context) (*KafkaSetup, error)
type PostgresContainer ¶
type PostgresContainer struct {
postgres.PostgresContainer
}
func StartPostgres ¶
func StartPostgres(ctx context.Context) (*PostgresContainer, error)
type RedisContainer ¶
type RedisContainer struct {
*redis.RedisContainer
}
func StartRedis ¶
func StartRedis(ctx context.Context, opts *RedisContainerOpts) (*RedisContainer, error)
type RedisContainerOpts ¶
type RedisContainerOpts struct {
Addr int
}
Click to show internal directories.
Click to hide internal directories.