(listType IPListType, item *pb.IPItem)
| 40 | } |
| 41 | |
| 42 | func (this *HTTPAPIAction) AddItem(listType IPListType, item *pb.IPItem) error { |
| 43 | return this.runAction("addItem", listType, item) |
| 44 | } |
| 45 | |
| 46 | func (this *HTTPAPIAction) DeleteItem(listType IPListType, item *pb.IPItem) error { |
| 47 | return this.runAction("deleteItem", listType, item) |