Implement route rules
This commit is contained in:
@@ -4,3 +4,8 @@ const (
|
||||
RuleTypeDefault = "default"
|
||||
RuleTypeLogical = "logical"
|
||||
)
|
||||
|
||||
const (
|
||||
LogicalTypeAnd = "and"
|
||||
LogicalTypeOr = "or"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user