Documentation
¶
Index ¶
- func DeviceRepo(ctx context.Context, wg *sync.WaitGroup, relativePathToRoot string, ...) (hostPort string, ipAddress string, err error)
- func GetFreePort() (int, error)
- func Kafka(ctx context.Context, wg *sync.WaitGroup) (kafkaUrl string, err error)
- func MongoDB(ctx context.Context, wg *sync.WaitGroup) (hostport string, containerip string, err error)
- func NewEnv(baseCtx context.Context, wg *sync.WaitGroup, startConfig configuration.Config) (config configuration.Config, err error)
- func PermissionsV2(ctx context.Context, wg *sync.WaitGroup, mongoUrl string, kafkaUrl string) (hostPort string, ipAddress string, err error)
- type LogConsumer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeviceRepo ¶ added in v0.2.45
func GetFreePort ¶
Types ¶
type LogConsumer ¶ added in v0.2.45
type LogConsumer struct {
Prefix string
}
func (LogConsumer) Accept ¶ added in v0.2.45
func (this LogConsumer) Accept(l testcontainers.Log)
Click to show internal directories.
Click to hide internal directories.