mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-20 11:05:18 +08:00
6 lines
115 B
Go
6 lines
115 B
Go
|
|
package firewallconfigs
|
||
|
|
|
||
|
|
type HTTPFirewallGoGroupAction struct {
|
||
|
|
GroupId string `yaml:"groupId" json:"groupId"`
|
||
|
|
}
|