add acl interface

This commit is contained in:
2025-09-03 18:10:57 +01:00
parent 5a8f0ade1a
commit 5cadf9c933
10 changed files with 45 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ module database.orly
go 1.25.0
replace (
acl.orly => ../acl
crypto.orly => ../crypto
encoders.orly => ../encoders
interfaces.orly => ../interfaces