mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-09 16:50:25 +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"`
|
||
|
|
}
|