MCPcopy
hub / github.com/daptin/daptin / awsMailSendActionPerformer

Struct awsMailSendActionPerformer

server/actions/action_mail_send_ses.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type awsMailSendActionPerformer struct {
18 cruds map[string]*resource.DbResource
19 mailDaemon *guerrilla.Daemon
20 certificateManager *resource.CertificateManager
21 encryptionSecret []byte
22}
23
24func (d *awsMailSendActionPerformer) Name() string {
25 return "aws.mail.send"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected