Documentation ¶
Index ¶
- Variables
- func DeviceManager(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, deviceRepoUrl string, ...) (hostPort string, ipAddress string, err error)
- func DeviceManagerWithDependencies(basectx context.Context, wg *sync.WaitGroup) (managerUrl string, repoUrl string, searchUrl string, err error)
- func DeviceManagerWithDependenciesAndKafka(basectx context.Context, wg *sync.WaitGroup) (kafkaUrl string, managerUrl string, repoUrl string, searchUrl string, ...)
- func DeviceRepo(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, mongoUrl string, ...) (hostPort string, ipAddress string, err error)
- func ImportRepo(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, mongoUrl string, ...) (hostPort string, ipAddress string, err error)
- func MongoDB(ctx context.Context, wg *sync.WaitGroup) (hostport string, containerip string, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Kafka = docker.Kafka
View Source
var OpenSearch = docker.OpenSearch
View Source
var PermSearch = docker.PermissionSearch
View Source
var Zookeeper = docker.Zookeeper
Functions ¶
func DeviceManager ¶
func DeviceRepo ¶
func ImportRepo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.