mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-05-05 06:55:17 +08:00
WAF参数定义增加优先级
This commit is contained in:
@@ -18,8 +18,9 @@ type HTTPFirewallCheckpointDefinition struct {
|
||||
Description string `json:"description"` // 描述
|
||||
Prefix string `json:"prefix"` // 前缀
|
||||
IsRequest bool `json:"isRequest"` // 是否为请求
|
||||
HasParams bool `json:"hasParams"` // 是否有子参数
|
||||
HasParams bool `json:"hasParams"` // 是否有子参数
|
||||
Params []*KeyValue `json:"params"` // 参数
|
||||
Options []OptionInterface `json:"options"` // 选项
|
||||
IsComposed bool `json:"isComposed"` // 是否为组合的checkpoint
|
||||
Priority int `json:"priority"` // 优先级
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user