MCPcopy Index your code
hub / github.com/glauth/glauth / configHandler

Struct configHandler

v2/pkg/handler/config.go:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type configHandler struct {
23 backend config.Backend
24 log *zerolog.Logger
25 cfg *config.Config
26 yubikeyAuth *yubigo.YubiAuth
27 ldohelper LDAPOpsHelper
28 attmatcher *regexp.Regexp
29
30 monitor monitoring.MonitorInterface
31 tracer trace.Tracer
32}
33
34// NewConfigHandler creates a new config backed handler
35func NewConfigHandler(opts ...Option) Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected