vikunja/pkg/audit
kolaente 71d412c528 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 10:34:57 +02:00
..
audit_test.go refactor(events): pass context to DispatchPending directly 2026-06-12 10:34:57 +02:00
doc.go docs(audit): add package documentation 2026-06-12 10:34:57 +02:00
entry.go refactor(events): pass context to DispatchPending directly 2026-06-12 10:34:57 +02:00
listener.go feat(audit): add audit logging package 2026-06-12 10:34:57 +02:00
writer.go feat(audit): add audit logging package 2026-06-12 10:34:57 +02:00