(listType IPListType, item *pb.IPItem)
| 35 | } |
| 36 | |
| 37 | func (this *ScriptAction) AddItem(listType IPListType, item *pb.IPItem) error { |
| 38 | return this.runAction("addItem", listType, item) |
| 39 | } |
| 40 | |
| 41 | func (this *ScriptAction) DeleteItem(listType IPListType, item *pb.IPItem) error { |
| 42 | return this.runAction("deleteItem", listType, item) |