From 8a342848809a26e7e13933180b4df91d4a52f898 Mon Sep 17 00:00:00 2001 From: s Date: Tue, 25 Nov 2025 09:58:42 -0500 Subject: feat: add dns site check, services list, and additional twitter/x api endpoints --- internal/models/dns.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'internal/models') diff --git a/internal/models/dns.go b/internal/models/dns.go index 51d9e50..776e3d6 100644 --- a/internal/models/dns.go +++ b/internal/models/dns.go @@ -11,3 +11,10 @@ type DomainResult struct { Title string `json:"title,omitempty"` Tech []string `json:"tech,omitempty"` } + +type DNSResponse struct { + Message string `json:"message,omitempty"` + Data map[string]interface{} `json:"data,omitempty"` + Error string `json:"error,omitempty"` + Response string `json:"response,omitempty"` +} -- cgit v1.2.3