Documentation ¶
Index ¶
- Constants
- 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, permv2Url string, err error)
- func DeviceManagerWithDependenciesAndKafka(basectx context.Context, wg *sync.WaitGroup) (kafkaUrl string, managerUrl string, repoUrl string, permv2Url string, ...)
- func DeviceRepo(ctx context.Context, wg *sync.WaitGroup, kafkaUrl string, mongoUrl string, ...) (hostPort string, ipAddress string, err error)
- func Keycloak(ctx context.Context, wg *sync.WaitGroup) (authEndpoint string, err error)
- func MongoDB(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 PermissionsV2(ctx context.Context, wg *sync.WaitGroup, mongoUrl string, kafkaUrl string) (hostPort string, ipAddress string, err error)
- type OpenidToken
Constants ¶
View Source
const AdminTestToken = "" /* 1527-byte string literal not displayed */
View Source
const TestToken = "" /* 1942-byte string literal not displayed */
View Source
const UserTestToken = "" /* 1499-byte string literal not displayed */
Variables ¶
View Source
var Kafka = docker.Kafka
View Source
var Zookeeper = docker.Zookeeper
Functions ¶
func DeviceManager ¶
func DeviceRepo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.