remove unecessary mapstruct

This commit is contained in:
A.Unger
2020-03-16 12:09:28 +01:00
parent 6c1ed02acd
commit e4fee19170

View File

@@ -54,7 +54,7 @@ type Config struct {
File string
Log Log
Debug Debug
HTTP HTTP `mapstructure:"http"`
HTTP HTTP
Tracing Tracing
Asset Asset
Policies []Policy `mapstructure:"policies"`