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

Struct Modifier

internal/modify/dkim/dkim.go:98–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96)
97
98type Modifier struct {
99 instName string
100
101 domains []string
102 selector string
103 signers map[string]crypto.Signer
104 oversignHeader []string
105 signHeader []string
106 headerCanon dkim.Canonicalization
107 bodyCanon dkim.Canonicalization
108 sigExpiry time.Duration
109 hash crypto.Hash
110 multipleFromOk bool
111 signSubdomains bool
112
113 log *log.Logger
114}
115
116func New(c *container.C, modName, instName string) (module.Module, error) {
117 m := &Modifier{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected