MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / NewScriptAction

Function NewScriptAction

internal/iplibrary/action_script.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func NewScriptAction() *ScriptAction {
20 return &ScriptAction{}
21}
22
23func (this *ScriptAction) Init(config *firewallconfigs.FirewallActionConfig) error {
24 this.config = &firewallconfigs.FirewallActionScriptConfig{}

Callers 3

createInstanceMethod · 0.85
TestScriptAction_AddItemFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestScriptAction_AddItemFunction · 0.68