This commit is contained in:
A.Unger
2021-03-04 13:10:18 +01:00
parent 08e3eea6b7
commit 7eea714633
8 changed files with 47 additions and 18 deletions
+4
View File
@@ -1,6 +1,8 @@
package config
import (
"context"
"stash.kopano.io/kc/konnect/bootstrap"
)
@@ -75,6 +77,8 @@ type Config struct {
IDP bootstrap.Config
Ldap Ldap
Service Service
Context context.Context
}
// New initializes a new configuration with or without defaults.