mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-26 16:35:20 +08:00
实现WAF策略部分功能
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package firewallconfigs
|
||||
|
||||
import "reflect"
|
||||
|
||||
// action definition
|
||||
type HTTPFirewallActionDefinition struct {
|
||||
Name string
|
||||
Code HTTPFirewallActionString
|
||||
Description string
|
||||
Type reflect.Type
|
||||
}
|
||||
Reference in New Issue
Block a user