Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeAPI/internal/dnsclients/gname/response_domains.go
Normal file
9
EdgeAPI/internal/dnsclients/gname/response_domains.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package gname
|
||||
|
||||
type DomainsResponse []Domain
|
||||
|
||||
type Domain struct {
|
||||
Id string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user