MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / NewHTMLAction

Function NewHTMLAction

internal/iplibrary/action_html.go:17–19  ·  view source on GitHub ↗

NewHTMLAction 获取新对象

()

Source from the content-addressed store, hash-verified

15
16// NewHTMLAction 获取新对象
17func NewHTMLAction() *HTMLAction {
18 return &HTMLAction{}
19}
20
21// Init 初始化
22func (this *HTMLAction) Init(config *firewallconfigs.FirewallActionConfig) error {

Callers 1

createInstanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected