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