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

Method Configure

framework/module/module.go:42–42  ·  view source on GitHub ↗
(inlineArgs []string, config *config.Map)

Source from the content-addressed store, hash-verified

40// Module is the interface implemented by all maddy module instances.
41type Module interface {
42 Configure(inlineArgs []string, config *config.Map) error
43
44 // Name method reports module name.
45 //

Callers 9

RegisterModulesFunction · 0.65
configureInlineModuleFunction · 0.65
TestAuth_AuthPlainFunction · 0.65
testEndpointFunction · 0.65
TestSQLFunction · 0.65
ConfigureMethod · 0.65
testReplaceAddrFunction · 0.65
newTestModifierFunction · 0.65
testCheckFunction · 0.65

Implementers 15

Dummyframework/module/modules/dummy.go
Authinternal/auth/pass_table/table.go
Authinternal/auth/plain_separate/plain_sep
Authinternal/auth/shadow/module.go
Authinternal/auth/netauth/netauth.go
Authinternal/auth/dovecot_sasl/dovecot_sas
ExternalAuthinternal/auth/external/externalauth.go
Authinternal/auth/ldap/ldap.go
Authinternal/auth/pam/module.go
Targetinternal/testutils/target.go
Modifierinternal/testutils/modifier.go
Checkinternal/testutils/check.go

Calls

no outgoing calls

Tested by 6

TestAuth_AuthPlainFunction · 0.52
testEndpointFunction · 0.52
TestSQLFunction · 0.52
testReplaceAddrFunction · 0.52
newTestModifierFunction · 0.52
testCheckFunction · 0.52