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

Struct Auth

internal/auth/shadow/module.go:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected