switch ocs to struct tag based env config

This commit is contained in:
Willy Kloucek
2021-12-16 18:53:06 +01:00
parent a35c472be3
commit d0030ab555
18 changed files with 101 additions and 193 deletions

View File

@@ -94,7 +94,6 @@ type Web struct {
type Config struct {
*shared.Commons
File string `ocisConfig:"file"`
Log *shared.Log `ocisConfig:"log"`
Debug Debug `ocisConfig:"debug"`
HTTP HTTP `ocisConfig:"http"`