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

Struct Auth

internal/auth/pass_table/table.go:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type Auth struct {
36 modName string
37 instName string
38
39 table module.Table
40}
41
42func New(_ *container.C, modName, instName string) (module.Module, error) {
43 return &Auth{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected