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

     1  // Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
     2  
     3  package waf
     4  
     5  import "github.com/iwind/TeaGo/maps"
     6  
     7  type ActionConfig struct {
     8  	Code    string   `yaml:"code" json:"code"`
     9  	Options maps.Map `yaml:"options" json:"options"`
    10  }