mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-03 17:55:48 +08:00
8 lines
178 B
Go
8 lines
178 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
|
|
package firewallconfigs
|
|
|
|
type HTTPFirewallGet302Action struct {
|
|
Life int32 `yaml:"life" json:"life"`
|
|
}
|