Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package digitalocean
|
||||
|
||||
type DomainRecords struct {
|
||||
Data string `json:"data"`
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
type RecordsResponse struct {
|
||||
DomainRecords []DomainRecords `json:"domain_records"`
|
||||
}
|
||||
Reference in New Issue
Block a user