summaryrefslogtreecommitdiffstats
path: root/internal/models/dns.go
blob: b08d8ba9632f1cd0d0dff85f696156f3387062c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"`
}