diff options
Diffstat (limited to 'internal/models/dns.go')
| -rw-r--r-- | internal/models/dns.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/internal/models/dns.go b/internal/models/dns.go new file mode 100644 index 0000000..b08d8ba --- /dev/null +++ b/internal/models/dns.go @@ -0,0 +1,12 @@ +package models + +type DNSTLDParams struct { + Term string +} + +type DomainResult struct { + Domain string `json:"domain"` + Status string `json:"status"` + Title string `json:"title,omitempty"` + Tech []string `json:"tech,omitempty"` +} |
