Refactor database methods: simplify SaveEvent signature, enhance logging, and introduce deletion check logic with CheckForDeleted.

This commit is contained in:
2025-09-04 11:18:09 +01:00
parent b08e94807b
commit b76b63c9ac
2 changed files with 3 additions and 2 deletions

View File

@@ -24,11 +24,11 @@ require (
)
replace (
acl.orly => ../acl
crypto.orly => ../crypto
encoders.orly => ../encoders
interfaces.orly => ../interfaces
next.orly.dev => ../../
protocol.orly => ../protocol
utils.orly => ../utils
acl.orly => ../acl
)