Files
EdgeNode/internal/waf/checkpoints/option.go
刘祥超 04b9a65d4d 实现WAF
2020-10-08 15:06:42 +08:00

6 lines
71 B
Go

package checkpoints
type OptionInterface interface {
Type() string
}