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

Method Init

internal/iplibrary/action_interface.go:11–11  ·  view source on GitHub ↗

Init 初始化

(config *firewallconfigs.FirewallActionConfig)

Source from the content-addressed store, hash-verified

9type ActionInterface interface {
10 // Init 初始化
11 Init(config *firewallconfigs.FirewallActionConfig) error
12
13 // AddItem 添加
14 AddItem(listType IPListType, item *pb.IPItem) error

Callers 1

createInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected