mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-04 14:36:34 +08:00
实现WAF
This commit is contained in:
12
internal/waf/action_definition.go
Normal file
12
internal/waf/action_definition.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package waf
|
||||
|
||||
import "reflect"
|
||||
|
||||
// action definition
|
||||
type ActionDefinition struct {
|
||||
Name string
|
||||
Code ActionString
|
||||
Description string
|
||||
Instance ActionInterface
|
||||
Type reflect.Type
|
||||
}
|
||||
Reference in New Issue
Block a user