Documentation
¶
Overview ¶
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
RestPort *int `env:"REST_PORT,default=8080"`
Db struct {
Debug *bool `env:"DB_DEBUG,default=false"`
Dsn *string `env:"DSN,required=true"`
}
Kafka struct {
Servers *string `env:"KAFKA_BOOTSTRAP_SERVERS,default=kafka:9092"`
GroupId *string `env:"KAFKA_CONSUMER_GROUP_ID,default=employee"`
}
}
Click to show internal directories.
Click to hide internal directories.