mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-10 20:10:24 +08:00
实现WAF
This commit is contained in:
5
internal/waf/checkpoints/option.go
Normal file
5
internal/waf/checkpoints/option.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package checkpoints
|
||||
|
||||
type OptionInterface interface {
|
||||
Type() string
|
||||
}
|
||||
Reference in New Issue
Block a user