Files
EdgeCommon/pkg/serverconfigs/firewallconfigs/http_firewall_action_get_302.go
2021-10-19 10:28:18 +08:00

9 lines
236 B
Go

// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package firewallconfigs
type HTTPFirewallGet302Action struct {
Life int32 `yaml:"life" json:"life"`
Scope FirewallScope `yaml:"scope" json:"scope"`
}