MCPcopy Create free account
hub / github.com/foxcpp/maddy / Auth

Struct Auth

internal/auth/pam/module.go:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type Auth struct {
36 instName string
37 useHelper bool
38 helperPath string
39
40 Log *log.Logger
41}
42
43func New(c *container.C, modName, instName string) (module.Module, error) {
44 return &Auth{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected