Documentation ¶
Index ¶
- Constants
- func AutoStartRabbit(t *testing.T, ctx context.Context) testcontainers.Container
- func BrokerUrl(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container) *url.URL
- func CreateDurableQueue(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container, ...)
- func CreateExchange(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container, ...)
- func CreateNonDurableQueue(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container, ...)
- func Host(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container) string
- func ManagementPort(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container) int
- func ManagementUrl(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container) string
- func TerminateContainer(t *testing.T, ctx context.Context, rabbitContainer testcontainers.Container)
- type Binding
- type Exchange
- type Queue
Constants ¶
View Source
const BrokerPort = "5672"
View Source
const RabbitPassword = "guest"
View Source
const RabbitUsername = "guest"
View Source
const RabbitVersion = "3.8"
Variables ¶
This section is empty.
Functions ¶
func AutoStartRabbit ¶
func CreateDurableQueue ¶
func CreateExchange ¶
func CreateNonDurableQueue ¶
func ManagementPort ¶
func ManagementUrl ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.