Documentation
¶
Index ¶
- func Camunda(ctx context.Context, wg *sync.WaitGroup, pgIp string, pgPort string) (camundaUrl string, err error)
- func DeviceRepo(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, mongoUrl string, ...) (hostPort string, ipAddress string, err error)
- func EngineWrapper(ctx context.Context, wg *sync.WaitGroup, incidentApiUrl string, pgConn string) (hostPort string, ipAddress string, err error)
- func EventDeployment(ctx context.Context, wg *sync.WaitGroup, deviceRepoUrl string, mongoUrl string) (hostPort string, ipAddress string, err error)
- func EventWorker(ctx context.Context, wg *sync.WaitGroup, deviceRepoUrl string, ...) (err error)
- func GetFreePort() (int, error)
- func IncidentsApi(ctx context.Context, wg *sync.WaitGroup, shardsDbUrl string, mongoUrl string, ...) (hostPort string, ipAddress string, err error)
- func Kafka(ctx context.Context, wg *sync.WaitGroup, zookeeperUrl string) (kafkaUrl string, err error)
- func Memcached(ctx context.Context, wg *sync.WaitGroup) (hostPort string, ipAddress string, err error)
- func Mongo(ctx context.Context, wg *sync.WaitGroup) (hostport string, containerip string, err error)
- func PermissionsV2(ctx context.Context, wg *sync.WaitGroup, mongoUrl string, kafkaUrl string) (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 TaskWorker(ctx context.Context, wg *sync.WaitGroup, deviceRepoUrl string, kafkaUrl string, ...) (err error)
- func Waitretry(timeout time.Duration, ...) func(ctx context.Context, target wait.StrategyTarget) error
- func Zookeeper(ctx context.Context, wg *sync.WaitGroup) (hostPort string, ipAddress string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeviceRepo ¶ added in v0.0.16
func EngineWrapper ¶ added in v0.0.16
func EventDeployment ¶ added in v0.0.16
func EventWorker ¶ added in v0.0.16
func GetFreePort ¶ added in v0.0.9
func IncidentsApi ¶ added in v0.0.16
func PermissionsV2 ¶ added in v0.0.16
func PostgresWithNetwork ¶ added in v0.0.16
func TaskWorker ¶ added in v0.0.16
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.