nidus-sync/platform/email
Eli Ribble 0ec810591e
lint: fix errcheck for Close and Write calls across multiple files
Use lint.LogOnErr for deferred Body/File/Client Close calls.
Use lint.Write for unchecked w.Write calls.
Fix bug in sync/sms.go where fmt.Errorf result was discarded
(replace with proper log.Error call).
2026-05-09 02:29:07 +00:00
..
template Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00
email.go Rework background jobs to make transactions much shorter 2026-04-17 22:53:23 +00:00
initial.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00
job.go Rework background jobs to make transactions much shorter 2026-04-17 22:53:23 +00:00
report.go Initial creation of endpoint to send messages to public reporters 2026-03-16 00:20:41 +00:00
report_notification_confirmation.go Fix swizzled email args 2026-04-16 21:58:41 +00:00
template.go lint: fix errcheck for Close and Write calls across multiple files 2026-05-09 02:29:07 +00:00