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

6 lines
115 B
Go
Raw Normal View History

2020-10-06 21:02:21 +08:00
package firewallconfigs
type HTTPFirewallGoGroupAction struct {
GroupId string `yaml:"groupId" json:"groupId"`
}