Files
EdgeNode/internal/waf/checkpoints/option.go

6 lines
71 B
Go
Raw Normal View History

2020-10-08 15:06:42 +08:00
package checkpoints
type OptionInterface interface {
Type() string
}