mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-03-09 22:15:39 +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"`
|
||
|
|
}
|