feat: remove IP field from target
1 files changed, 0 insertions(+), 1 deletions(-) M types/target.go
M types/target.go => types/target.go +0 -1
@@ 20,7 20,6 @@ import ( // TargetItem represents a target item. type TargetItem struct { Name string - IP string Data map[string]interface{} }