remove composition of Commons

This commit is contained in:
Willy Kloucek
2022-05-16 09:44:14 +02:00
parent 922d1414d8
commit 3ce2c2123d
30 changed files with 89 additions and 90 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
// Config combines all available configuration parts.
type Config struct {
*shared.Commons `yaml:"-"`
Commons *shared.Commons `yaml:"-"` // don't use this directly as configuration for a service
Service Service `yaml:"-"`