summaryrefslogtreecommitdiffstats
path: root/internal/models
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models')
-rw-r--r--internal/models/osint.go9
1 files changed, 9 insertions, 0 deletions
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{}