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

13
pkg/acl/go.mod Normal file
View File

@@ -0,0 +1,13 @@
module acl.orly
go 1.25.0
replace (
crypto.orly => ../crypto
encoders.orly => ../encoders
interfaces.orly => ../interfaces
next.orly.dev => ../../
protocol.orly => ../protocol
utils.orly => ../utils
acl.orly => ../acl
)

0
pkg/acl/go.sum Normal file
View File