github.com/TeaOSLab/EdgeNode@v1.3.8/internal/waf/checkpoints/option.go (about)

     1  package checkpoints
     2  
     3  type OptionInterface interface {
     4  	Type() string
     5  }