remove composition of Commons

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