feat(aa): cleanup, fix import and add some unit tests.
This commit is contained in:
parent
3ad55927bf
commit
81f0163086
13 changed files with 86 additions and 5 deletions
|
|
@ -4,6 +4,17 @@
|
|||
|
||||
package aa
|
||||
|
||||
import (
|
||||
"slices"
|
||||
"strings"
|
||||
)
|
||||
|
||||
const (
|
||||
tokLINK = "link"
|
||||
tokOWNER = "owner"
|
||||
)
|
||||
|
||||
|
||||
type File struct {
|
||||
RuleBase
|
||||
Qualifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue