(listType IPListType, item *pb.IPItem)
| 44 | } |
| 45 | |
| 46 | func (this *HTTPAPIAction) DeleteItem(listType IPListType, item *pb.IPItem) error { |
| 47 | return this.runAction("deleteItem", listType, item) |
| 48 | } |
| 49 | |
| 50 | func (this *HTTPAPIAction) runAction(action string, listType IPListType, item *pb.IPItem) error { |
| 51 | if item == nil { |