nidus-sync/api
Eli Ribble 808e172221
lint: fix remaining errcheck for Write, Fprintf, Rollback, Commit
- Use lint.Write for unchecked w.Write in handlerJSONPost/Put, report
- Use lint.Fprintf for fmt.Fprintf in twilio handlers
- Use lint.LogOnErrRollback for deferred Rollbacks in compliance, lead, note
- Check errors from txn.Commit in lead, note
- Use lint.LogOnErrCtx for addError calls in flyover
2026-05-09 02:41:49 +00:00
..
api.go lint: fix errcheck in api/api.go debug log writes 2026-05-09 02:05:40 +00:00
audio.go lint: fix errcheck in api/audio.go and api/district.go renderShim 2026-05-09 02:07:14 +00:00
avatar.go Add avatar resource 2026-04-01 21:23:28 +00:00
communication.go Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
compliance.go Swap out the rest of chi 2026-04-01 16:57:33 +00:00
configuration.go Get back to compiling, but using new jet for publicreport 2026-05-07 10:39:17 +00:00
debug.go Initial work marking communications 2026-05-04 19:07:29 +00:00
district.go lint: fix errcheck in api/audio.go and api/district.go renderShim 2026-05-09 02:07:14 +00:00
event.go lint: fix errcheck for fmt.Fprintf/Fprint across multiple files 2026-05-09 02:21:53 +00:00
handler.go lint: fix remaining errcheck for Write, Fprintf, Rollback, Commit 2026-05-09 02:41:49 +00:00
image.go lint: fix errcheck for fmt.Fprintf/Fprint across multiple files 2026-05-09 02:21:53 +00:00
lead.go Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
publicreport.go Separate out a public and non-public halves to publicreport APIs 2026-04-28 06:36:55 +00:00
review.go Move all POST endpoints to the API 2026-03-27 06:08:55 -07:00
routes.go Fix method on marking communications 2026-05-04 19:43:37 +00:00
signal.go Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
signin.go Improve signin messaging 2026-04-23 15:24:06 +00:00
signup.go Add display in sidebar for impersonation 2026-04-02 17:39:16 +00:00
sudo.go Move all POST endpoints to the API 2026-03-27 06:08:55 -07:00
tile.go Remove chatty log 2026-04-17 20:50:30 +00:00
twilio.go lint: fix remaining errcheck for Write, Fprintf, Rollback, Commit 2026-05-09 02:41:49 +00:00
types.go Add a resource for getting service requests 2026-04-14 19:59:32 +00:00
upload.go Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
user.go Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
voipms.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00