add glauth

This commit is contained in:
A.Unger
2021-03-04 13:04:37 +01:00
parent 742b571a5b
commit 08e3eea6b7
5 changed files with 42 additions and 7 deletions
+4
View File
@@ -1,5 +1,7 @@
package config
import "context"
// Log defines the available logging configuration.
type Log struct {
Level string
@@ -69,6 +71,8 @@ type Config struct {
Fallback Backend
Version string
RoleBundleUUID string
Context context.Context
}
// New initializes a new configuration with or without defaults.