Implement route rules

This commit is contained in:
世界
2022-07-02 23:19:14 +08:00
parent 7c57eb70e8
commit 6eae8e361f
40 changed files with 1220 additions and 145 deletions
+5
View File
@@ -4,3 +4,8 @@ const (
RuleTypeDefault = "default"
RuleTypeLogical = "logical"
)
const (
LogicalTypeAnd = "and"
LogicalTypeOr = "or"
)