From a3ca043bb5afc4c3131a3a18a1aa4fc21ea5f452 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sat, 3 May 2025 12:49:00 +0300 Subject: [PATCH] feat: remove IP field from target --- types/target.go | 1 - 1 file changed, 1 deletion(-) diff --git a/types/target.go b/types/target.go index a9a27c0..f26c923 100644 --- a/types/target.go +++ b/types/target.go @@ -20,7 +20,6 @@ import ( // TargetItem represents a target item. type TargetItem struct { Name string - IP string Data map[string]interface{} } -- 2.44.1