feat(aa): rewrite variable handling.

This commit is contained in:
Alexandre Pujol 2024-05-05 14:09:00 +01:00
parent 28f4294774
commit 305d06dbe0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 368 additions and 422 deletions

View file

@ -10,7 +10,6 @@ import (
)
const (
tokALL = "all"
tokALLOW = "allow"
tokAUDIT = "audit"
tokDENY = "deny"