| 29 | ) |
| 30 | |
| 31 | type EmailLocalpart struct { |
| 32 | modName string |
| 33 | instName string |
| 34 | allowNonEmail bool |
| 35 | } |
| 36 | |
| 37 | func NewEmailLocalpart(_ *container.C, modName, instName string) (module.Module, error) { |
| 38 | return &EmailLocalpart{ |
nothing calls this directly
no outgoing calls
no test coverage detected