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

Method DeleteItem

internal/iplibrary/action_script.go:41–43  ·  view source on GitHub ↗
(listType IPListType, item *pb.IPItem)

Source from the content-addressed store, hash-verified

39}
40
41func (this *ScriptAction) DeleteItem(listType IPListType, item *pb.IPItem) error {
42 return this.runAction("deleteItem", listType, item)
43}
44
45func (this *ScriptAction) runAction(action string, listType IPListType, item *pb.IPItem) error {
46 // TODO 智能支持 .sh 脚本文件

Callers 1

Calls 1

runActionMethod · 0.95

Tested by 1