Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Microservice struct { Processor string `yaml:"processor" envconfig:"PROCESSOR_NAME"` Service string `yaml:"service" envconfig:"SERVICE_NAME"` } `yaml:"microservice"` Logging struct { LoggerLevel string `yaml:"level" envconfig:"LOGGER_LEVEL"` } `yaml:"logging"` }
var (
AppConfig Config
)
Click to show internal directories.
Click to hide internal directories.