Documentation
¶
Index ¶
- func AnalyticsFlowEngine(ctx context.Context, wg *sync.WaitGroup, pipelineApiUrl string, ...) (hostPort string, ipAddress string, err error)
- func AnalyticsFlowRepo(ctx context.Context, wg *sync.WaitGroup, mongoIp string) (hostPort string, ipAddress string, err error)
- func AnalyticsOperatorRepo(ctx context.Context, wg *sync.WaitGroup, mongoIp string) (hostPort string, ipAddress string, err error)
- func AnalyticsPipeline(ctx context.Context, wg *sync.WaitGroup, mongoIp string) (hostPort string, ipAddress string, err error)
- func BrokerExports(ctx context.Context, wg *sync.WaitGroup, mongoUrl string, rancherUrl string, ...) (hostPort string, ipAddress string, err error)
- func Dashboard(ctx context.Context, wg *sync.WaitGroup, mongoIp string) (hostPort string, ipAddress string, err error)
- func DatabaseExports(ctx context.Context, wg *sync.WaitGroup, mysqlHost string, rancherUrl string, ...) (hostPort string, ipAddress string, err error)
- func Dockerlog(container testcontainers.Container, name string) error
- func Forward(ctx context.Context, fromPort int, toAddr string) error
- func GetFreePort() (string, error)
- func GetHostIp() (string, error)
- func Imports(ctx context.Context, wg *sync.WaitGroup, mongoUrl string, importRepoUrl string, ...) (hostPort string, ipAddress string, err error)
- func InfluxdbContainer(ctx context.Context, wg *sync.WaitGroup) (hostport string, containerip string, err error)
- func Kafka(ctx context.Context, wg *sync.WaitGroup, zookeeperUrl string) (kafkaUrl string, err error)
- func LocalUrlToDockerUrl(localUrl string) (dockerUrl string, err error)
- func MongoContainer(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 MysqlContainer(ctx context.Context, wg *sync.WaitGroup) (hostPort string, ipAddress string, err error)
- func NotificationContainer(ctx context.Context, wg *sync.WaitGroup, mongoIp string, vaultUrl string, ...) (hostPort string, ipAddress string, err error)
- func PermissionsV2(ctx context.Context, wg *sync.WaitGroup, mongoUrl string) (hostPort string, ipAddress string, err error)
- func PrintDockerLogs(c testcontainers.Container, name string)
- func ProcessScheduler(ctx context.Context, wg *sync.WaitGroup, mongoUrl string) (hostPort string, ipAddress string, err error)
- func Start(basectx context.Context, wg *sync.WaitGroup, origConfig configuration.Config) (config configuration.Config, getDeviceRepoCalls func() []string, err error)
- func WaitingRoom(ctx context.Context, wg *sync.WaitGroup, mongoUrl string) (hostPort string, ipAddress string, err error)
- func Zookeeper(ctx context.Context, wg *sync.WaitGroup) (hostPort string, ipAddress string, err error)
- type LogWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyticsFlowEngine ¶
func AnalyticsFlowRepo ¶
func AnalyticsOperatorRepo ¶
func AnalyticsPipeline ¶
func BrokerExports ¶
func DatabaseExports ¶
func GetFreePort ¶
func InfluxdbContainer ¶
func LocalUrlToDockerUrl ¶
transform local-address to address in docker container
func MongoContainer ¶
func MysqlContainer ¶
func NotificationContainer ¶
func PermissionsV2 ¶ added in v0.0.5
func PrintDockerLogs ¶ added in v0.0.10
func PrintDockerLogs(c testcontainers.Container, name string)
func ProcessScheduler ¶
func Start ¶
func Start(basectx context.Context, wg *sync.WaitGroup, origConfig configuration.Config) (config configuration.Config, getDeviceRepoCalls func() []string, err error)
func WaitingRoom ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.