Files
EdgeCommon/pkg/serverconfigs/firewallconfigs/http_firewall_rule_ref.go
2020-10-06 21:02:21 +08:00

7 lines
145 B
Go

package firewallconfigs
type HTTPFirewallRuleRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
RuleId int64 `yaml:"ruleId" json:"ruleId"`
}