switch ocs to struct tag based env config

This commit is contained in:
Willy Kloucek
2021-12-16 18:53:06 +01:00
committed by Jörn Friedrich Dreyer
parent cb27090cea
commit 161dd949fc
18 changed files with 101 additions and 193 deletions
-1
View File
@@ -81,7 +81,6 @@ type Identity struct {
type Config struct {
*shared.Commons
File string `ocisConfig:"file"`
Log *shared.Log `ocisConfig:"log"`
Debug Debug `ocisConfig:"debug"`
HTTP HTTP `ocisConfig:"http"`