()
| 36 | } |
| 37 | |
| 38 | func NewIPSetAction() *IPSetAction { |
| 39 | return &IPSetAction{} |
| 40 | } |
| 41 | |
| 42 | func (this *IPSetAction) Init(config *firewallconfigs.FirewallActionConfig) error { |
| 43 | this.config = &firewallconfigs.FirewallActionIPSetConfig{} |
no outgoing calls