Initial commit
This commit is contained in:
13
pkg/model/model.go
Normal file
13
pkg/model/model.go
Normal file
@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
type Results struct {
|
||||
IP string `json:"ip"`
|
||||
Hostname string `json:"hostname"`
|
||||
TXT string `json:"TXT,omitempty"`
|
||||
}
|
||||
|
||||
type UniqResults struct {
|
||||
IP string `json:"ip"`
|
||||
Hostname string `json:"hostname"`
|
||||
TXT string `json:"TXT,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user