ACL entry

This commit is contained in:
Toby
2020-04-25 18:58:27 -07:00
parent a722c6cd2e
commit 6cd960ea41
4 changed files with 173 additions and 2 deletions

5
pkg/acl/engine.go Normal file
View File

@@ -0,0 +1,5 @@
package acl
type Engine struct {
Entries []Entry
}