Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Environment string `yaml:"ENVIRONMENT"` Port string `yaml:"PORT"` LogLevel string `yaml:"LOG_LEVEL"` DB db.Settings `yaml:"DB"` ServiceName string `yaml:"SERVICE_NAME"` ServiceVersion string `yaml:"SERVICE_VERSION"` GRPCPort string `yaml:"GRPC_PORT"` TraceMonitorView string `yaml:"TRACE_MONITOR_VIEW"` KafkaBrokers string `yaml:"KAFKA_BROKERS"` TaskStatusTopic string `yaml:"TASK_STATUS_TOPIC"` MonitoringPort string `yaml:"MONITORING_PORT"` DBCDecodingTopic string `yaml:"DBC_DECODING_TOPIC"` DeviceGRPCAddr string `yaml:"DEVICE_GRPC_ADDR"` }
Click to show internal directories.
Click to hide internal directories.