vikunja/pkg/audit
kolaente 9da51f5096 refactor(events): pass context to DispatchPending directly
Every DispatchPending caller either has the request context in scope or
is genuinely request-less, so passing it as a parameter replaces the
stored-context mechanism on the pending queue and satisfies
contextcheck. Also fixes lint findings in the audit package.
2026-06-12 08:56:08 +00:00
..
audit_test.go refactor(events): pass context to DispatchPending directly 2026-06-12 08:56:08 +00:00
doc.go docs(audit): add package documentation 2026-06-12 08:56:08 +00:00
entry.go refactor(events): pass context to DispatchPending directly 2026-06-12 08:56:08 +00:00
listener.go feat(audit): add audit logging package 2026-06-12 08:56:08 +00:00
writer.go feat(audit): add audit logging package 2026-06-12 08:56:08 +00:00