实现防火墙配置

This commit is contained in:
刘祥超
2020-09-20 20:12:53 +08:00
parent ffb06e5b74
commit ec47ee54da
8 changed files with 720 additions and 78 deletions

View File

@@ -0,0 +1,6 @@
package serverconfigs
type HTTPFirewallRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
FirewallPolicyId int64 `yaml:"firewallPolicyId" json:"firewallPolicyId"`
}