DEVELOPMENT ENVIRONMENT

~liljamo/tamma

a3ca043bb5afc4c3131a3a18a1aa4fc21ea5f452 — Jonni Liljamo 30 days ago c062fe2
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{}
}