Packages

Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).

Current section

Files

Jump to
testcontainer_formulas include testcontainer_formulas@rabbitmq_RabbitMqConfig.hrl
Raw

include/testcontainer_formulas@rabbitmq_RabbitMqConfig.hrl

-record(rabbit_mq_config, {
image :: binary(),
username :: binary(),
password :: cowl:secret(binary()),
vhost :: binary(),
extra_wait :: gleam@option:option(testcontainer@wait:wait_strategy()),
network :: gleam@option:option(binary()),
name :: gleam@option:option(binary())
}).