Packages
testcontainer_formulas
1.0.0
Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).
Current section
Files
Jump to
Current section
Files
include/testcontainer_formulas@rabbitmq_RabbitMqContainer.hrl
-record(rabbit_mq_container, {
container :: testcontainer@container:container(),
amqp_url :: binary(),
management_url :: binary(),
host :: binary(),
amqp_port :: integer(),
management_port :: integer(),
username :: binary(),
vhost :: binary()
}).