Method
Configure
(inlineArgs []string, config *config.Map)
Source from the content-addressed store, hash-verified
| 40 | // Module is the interface implemented by all maddy module instances. |
| 41 | type Module interface { |
| 42 | Configure(inlineArgs []string, config *config.Map) error |
| 43 | |
| 44 | // Name method reports module name. |
| 45 | // |
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 Authinternal/auth/ldap/ldap.go Authinternal/auth/pam/module.go Targetinternal/testutils/target.go Checkinternal/testutils/check.go