test
This commit is contained in:
@ -3,11 +3,11 @@ package model
|
||||
type Results struct {
|
||||
IP string `json:"ip"`
|
||||
Hostname string `json:"hostname"`
|
||||
TXT string `json:"TXT,omitempty"`
|
||||
TXT string `json:"TXT`
|
||||
}
|
||||
|
||||
type UniqResults struct {
|
||||
IP string `json:"ip"`
|
||||
Hostname string `json:"hostname"`
|
||||
TXT string `json:"TXT,omitempty"`
|
||||
TXT string `json:"TXT"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user