Revert "[test] rule providers"

This reverts commit 078389f4f6.
This commit is contained in:
Maze.tsz
2021-11-26 00:57:41 +08:00
parent 340efef2d8
commit 35cf39e415
5 changed files with 0 additions and 380 deletions

View File

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