switch glauth to struct tag based env config

This commit is contained in:
Willy Kloucek
2022-01-07 15:39:01 +00:00
committed by Jörn Friedrich Dreyer
parent 161dd949fc
commit 788a390016
16 changed files with 120 additions and 247 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ type Debug struct {
// GRPC defines the available grpc configuration.
type GRPC struct {
Addr string `ocisConfig:"addr"`
Namespace string `ocisConfig:"namespace"`
Namespace string
}
// Service provides configuration options for the service