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

8 lines
179 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 HTTPFirewallPost307Action struct {
2021-07-18 16:26:45 +08:00
Life int32 `yaml:"life" json:"life"`
2021-07-14 22:46:31 +08:00
}