Initial commit (code only without large binaries)
This commit is contained in:
13
EdgeNode/internal/waf/action_definition.go
Normal file
13
EdgeNode/internal/waf/action_definition.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package waf
|
||||
|
||||
import "reflect"
|
||||
|
||||
// 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