Documentation ¶
Index ¶
- func Camunda(ctx context.Context, wg *sync.WaitGroup, pgIp string, pgPort string) (camundaUrl string, err error)
- func Mongo(ctx context.Context, wg *sync.WaitGroup) (hostport string, containerip string, err error)
- func Mqtt(ctx context.Context, wg *sync.WaitGroup) (hostPort string, ipAddress string, err error)
- func Postgres(ctx context.Context, wg *sync.WaitGroup, dbname string) (conStr string, err error)
- func PostgresWithNetwork(ctx context.Context, wg *sync.WaitGroup, dbname string) (conStr string, ip string, port string, err error)
- func Retry(timeout time.Duration, f func() error) (err error)
- func Waitretry(timeout time.Duration, ...) func(ctx context.Context, target wait.StrategyTarget) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostgresWithNetwork ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.