mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-25 16:30:25 +08:00
实现WAF
This commit is contained in:
10
internal/waf/checkpoints/checkpoint_definition.go
Normal file
10
internal/waf/checkpoints/checkpoint_definition.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package checkpoints
|
||||
|
||||
// check point definition
|
||||
type CheckpointDefinition struct {
|
||||
Name string
|
||||
Description string
|
||||
Prefix string
|
||||
HasParams bool // has sub params
|
||||
Instance CheckpointInterface
|
||||
}
|
||||
Reference in New Issue
Block a user