Files
EdgeCommon/pkg/serverconfigs/firewallconfigs/http_firewall_action_get_302.go

8 lines
178 B
Go
Raw Normal View History

2021-07-14 22:46:31 +08:00
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package firewallconfigs
type HTTPFirewallGet302Action struct {
2021-07-18 16:26:45 +08:00
Life int32 `yaml:"life" json:"life"`
2021-07-14 22:46:31 +08:00
}