Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdContainer ¶
type EtcdContainer struct {
Container testcontainers.Container
URI string
}
func StartEtcdContainer ¶
func StartEtcdContainer(ctx context.Context) (*EtcdContainer, error)
type NatsContainer ¶
type NatsContainer struct {
Container testcontainers.Container
URI string
}
func StartNatsContainer ¶
func StartNatsContainer(ctx context.Context) (*NatsContainer, error)
type RedisContainer ¶
type RedisContainer struct {
Container testcontainers.Container
URI string
}
func StartRedisContainer ¶
func StartRedisContainer(ctx context.Context) (*RedisContainer, error)
Click to show internal directories.
Click to hide internal directories.