Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventstoreDBContainer ¶
type GormContainer ¶
type GormContainer interface { PopulateContainerOptions( ctx context.Context, t *testing.T, options ...*PostgresContainerOptions, ) (*gormPostgres.GormOptions, error) Cleanup(ctx context.Context) error }
type MongoContainer ¶
type MongoContainerOptions ¶
type PostgresPgxContainer ¶
type RabbitMQContainer ¶
type RabbitMQContainerOptions ¶
type RabbitMQContainerOptions struct { Host string VirtualHost string Ports []string HostPort int HttpPort int UserName string Password string ImageName string Name string Tag string }
func (*RabbitMQContainerOptions) AmqpEndPoint ¶
func (h *RabbitMQContainerOptions) AmqpEndPoint() string
func (*RabbitMQContainerOptions) HttpEndPoint ¶
func (h *RabbitMQContainerOptions) HttpEndPoint() string
type RedisContainer ¶
Click to show internal directories.
Click to hide internal directories.