mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-02 20:16:37 +08:00
WAF增加多个动作
This commit is contained in:
@@ -2,11 +2,12 @@ package waf
|
||||
|
||||
import "reflect"
|
||||
|
||||
// action definition
|
||||
// ActionDefinition action definition
|
||||
type ActionDefinition struct {
|
||||
Name string
|
||||
Code ActionString
|
||||
Description string
|
||||
Category string // category: block, verify, allow
|
||||
Instance ActionInterface
|
||||
Type reflect.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user