Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { KafkaBootstrap string KafkaTopic string KafkaOffset string KafkaGroupId string FilterQuery string MqttBroker string MqttUser string //keycloak-client MqttPw string //keycloak-secret MqttClientId string MqttQos uint8 MqttTopicMapping string Debug bool }
func LoadConfig ¶
loads config from json in location and used environment variables (e.g ZookeeperUrl --> ZOOKEEPER_URL)
Click to show internal directories.
Click to hide internal directories.