Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RabbitmqContainerOptionsDecorator = func(t *testing.T, ctx context.Context) interface{} { return func(c *config.RabbitmqOptions, logger logger.Logger) (*config.RabbitmqOptions, error) { rabbitmqHostOptions, err := NewRabbitMQTestContainers(logger).PopulateContainerOptions(ctx, t) c.RabbitmqHostOptions = rabbitmqHostOptions return c, err } }
Functions ¶
func IsConnectable ¶
func IsConnectable( logger logger.Logger, options *contracts.RabbitMQContainerOptions, ) bool
func NewRabbitMQTestContainers ¶
func NewRabbitMQTestContainers(l logger.Logger) contracts.RabbitMQContainer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.