Closed npillmayer closed 5 years ago
Architectural bug: Currentyl configuration is bound to Viper.
TODO: config should be abstract. Config may only depend on tracing.
Future layout:
+---Config | +------ ViperAdapter +---Tracing +------ GoLogAdapter +------ LogrusAdapter
Interface "Configuration" introduced and pushed viper into an adapter package.
Architectural bug: Currentyl configuration is bound to Viper.
TODO: config should be abstract. Config may only depend on tracing.
Future layout: