Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeNode/internal/waf/checkpoints/checkpoint_definition.go
Normal file
11
EdgeNode/internal/waf/checkpoints/checkpoint_definition.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package checkpoints
|
||||
|
||||
// CheckpointDefinition check point definition
|
||||
type CheckpointDefinition struct {
|
||||
Name string
|
||||
Description string
|
||||
Prefix string
|
||||
HasParams bool // has sub params
|
||||
Instance CheckpointInterface
|
||||
Priority int
|
||||
}
|
||||
Reference in New Issue
Block a user