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

Struct EmailWithDomain

internal/table/email_with_domain.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type EmailWithDomain struct {
34 modName string
35 instName string
36 domains []string
37 log *log.Logger
38}
39
40func NewEmailWithDomain(c *container.C, modName, instName string) (module.Module, error) {
41 return &EmailWithDomain{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected