summaryrefslogtreecommitdiffstats
path: root/internal/models/dns.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models/dns.go')
-rw-r--r--internal/models/dns.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/models/dns.go b/internal/models/dns.go
index b08d8ba..51d9e50 100644
--- a/internal/models/dns.go
+++ b/internal/models/dns.go
@@ -1,7 +1,8 @@
package models
type DNSTLDParams struct {
- Term string
+ Term string
+ ShowOnly string
}
type DomainResult struct {