From 65acee9a9b500c17b9426f80997401758ec326b1 Mon Sep 17 00:00:00 2001 From: s Date: Sun, 9 Nov 2025 14:26:42 -0500 Subject: feat: add osint geo search command for address information lookup --- internal/models/osint.go | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'internal/models/osint.go') diff --git a/internal/models/osint.go b/internal/models/osint.go index 950225d..d025836 100644 --- a/internal/models/osint.go +++ b/internal/models/osint.go @@ -90,3 +90,12 @@ type ShortlinksSearchResponse struct { Credits CreditsInfo `json:"credits"` Results interface{} `json:"results"` } + +type GeoSearchParams struct { + Street string + City string + State string + Zip string +} + +type GeoSearchResponse map[string]interface{} -- cgit v1.2.3