Files
EdgeCommon/pkg/serverconfigs/firewallconfigs/http_firewall_action_get_302.go
2024-05-17 18:28:59 +08:00

11 lines
283 B
Go

// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
package firewallconfigs
type HTTPFirewallGet302Action struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"`
Life int32 `yaml:"life" json:"life"`
Scope FirewallScope `yaml:"scope" json:"scope"`
}