mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-06 03:46:17 +08:00
6 lines
103 B
Go
6 lines
103 B
Go
package firewallconfigs
|
|
|
|
type HTTPFirewallAllowAction struct {
|
|
Life int64 `yaml:"life" json:"life"`
|
|
}
|