mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 13:26:35 +08:00
7 lines
179 B
Go
7 lines
179 B
Go
package serverconfigs
|
|
|
|
type HTTPFirewallRef struct {
|
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
|
FirewallPolicyId int64 `yaml:"firewallPolicyId" json:"firewallPolicyId"`
|
|
}
|