Inbound rule support

This commit is contained in:
世界
2022-07-02 14:07:50 +08:00
parent 737a61be66
commit 0e9bd9b091
34 changed files with 622 additions and 247 deletions

6
constant/rule.go Normal file
View File

@@ -0,0 +1,6 @@
package constant
const (
RuleTypeDefault = "default"
RuleTypeLogical = "logical"
)