Files
EdgeCommon/pkg/serverconfigs/firewallconfigs/http_firewall_rule_set_ref.go

7 lines
144 B
Go
Raw Normal View History

2020-10-06 21:02:21 +08:00
package firewallconfigs
type HTTPFirewallRuleSetRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
SetId int64 `yaml:"setId" json:"setId"`
}