mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-06 20:15:50 +08:00
9 lines
236 B
Go
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"`
|
|
}
|