Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
type BaseResponse struct {
}
type CustomLinesResponse ¶
type RecordSetsResponse ¶
type ZoneRecordSetsResponse ¶
type ZoneRecordSetsResponse struct {
RecordSets []struct {
Id string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Ttl int `json:"ttl"`
Records []string `json:"records"`
Line string `json:"line"`
} `json:"recordsets"`
Metadata struct {
TotalCount int `json:"total_count"`
} `json:"metadata"`
}
type ZonesDeleteRecordSetResponse ¶
type ZonesDeleteRecordSetResponse struct {
Id string `json:"id"`
}
type ZonesResponse ¶
type ZonesResponse struct {
Links struct{} `json:"links"`
Zones []struct {
Id string `json:"id"`
Name string `json:"name"`
ZoneType string `json:"zone_type"`
Status string `json:"status"`
RecordNum int `json:"record_num"`
} `json:"zones"`
Metadata struct {
TotalCount int `json:"total_count"`
} `json:"metadata"`
}
Click to show internal directories.
Click to hide internal directories.