MCPcopy Index your code
hub / github.com/foxcpp/maddy / ExternalAuth

Struct ExternalAuth

internal/auth/external/externalauth.go:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type ExternalAuth struct {
36 modName string
37 instName string
38 helperPath string
39
40 perDomain bool
41 domains []string
42
43 log *log.Logger
44}
45
46func New(c *container.C, modName, instName string) (module.Module, error) {
47 ea := &ExternalAuth{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected