Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureDotPrefix ¶
func InitConfig ¶
func InitConfig(configPath string)
Types ¶
type AppConfig ¶
type Config ¶
type Config struct {
App AppConfig
Kafka KafkaConfig
}
type KafkaConfig ¶
type KafkaConfig struct {
Brokers []string
TopicsConsumer []string
TopicProducer string
TopicError string
GroupID string
}
func Kafka ¶
func Kafka() *KafkaConfig
Click to show internal directories.
Click to hide internal directories.