[test] rule providers

This commit is contained in:
maze.y2b@gmail.com
2021-11-25 23:14:31 +08:00
parent cad18b7529
commit 078389f4f6
5 changed files with 380 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const (
SrcPort
DstPort
Process
RuleSet
Script
MATCH
)
@@ -40,6 +41,8 @@ func (rt RuleType) String() string {
return "DstPort"
case Process:
return "Process"
case RuleSet:
return "RuleSet"
case Script:
return "Script"
case MATCH: