(ctx context.Context, domain string)
| 27 | // anyone" primitive. |
| 28 | type DKIMKeyLookup interface { |
| 29 | GetDKIMKeyInternal(ctx context.Context, domain string) (selector string, privateKey []byte, err error) |
| 30 | } |
| 31 | |
| 32 | // Attachment is a base64-encoded file attachment. |