MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / GetDKIMKeyInternal

Method GetDKIMKeyInternal

internal/outbound/sender.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, domain string)

Source from the content-addressed store, hash-verified

27// anyone" primitive.
28type 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.

Callers 1

signMessageMethod · 0.65

Implementers 2

Storeinternal/identity/store.go
fakeDKIMLookupinternal/outbound/sender_test.go

Calls

no outgoing calls

Tested by

no test coverage detected