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

     1  package waf
     2  
     3  import "github.com/iwind/TeaGo/maps"
     4  
     5  type ParamFilter struct {
     6  	Code    string   `yaml:"code" json:"code"`
     7  	Options maps.Map `yaml:"options" json:"options"`
     8  }