Documentation ¶
Index ¶
- Variables
- func CreateTestEnv(baseCtx context.Context, wg *sync.WaitGroup, startConfig config.Config) (config config.Config, err error)
- func DeviceRepo(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, mongoUrl string, ...) (hostPort string, ipAddress string, err error)
- func DeviceRepoWithDependencies(basectx context.Context, wg *sync.WaitGroup) (repoUrl string, searchUrl string, kafkaUrl string, err error)
- func DeviceRepoWithEnv(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, mongoUrl 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 Kafka(ctx context.Context, wg *sync.WaitGroup, zookeeperUrl string) (kafkaUrl string, err error)
- func MongoDB(ctx context.Context, wg *sync.WaitGroup) (hostport string, containerip string, err error)
- func PermissionSearchWithCmdCallback(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, dbIp string) (cmdf func(ctx context.Context, cmd []string) error, hostPort string, ...)
- func Zookeeper(ctx context.Context, wg *sync.WaitGroup) (hostPort string, ipAddress string, err error)
- type LogWriter
Constants ¶
This section is empty.
Variables ¶
View Source
var OpenSearch = docker.OpenSearch
View Source
var PermSearch = docker.PermissionSearch
Functions ¶
func CreateTestEnv ¶
func DeviceRepo ¶
func DeviceRepoWithEnv ¶ added in v0.0.11
func PermissionSearchWithCmdCallback ¶ added in v0.0.11
Types ¶
Click to show internal directories.
Click to hide internal directories.