Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIManyResponse ¶
type APIManyResponse[T APIResultModel] struct { Count int `json:"count"` Next string `json:"next"` Previous string `json:"previous"` Results []T `json:"results"` }
type APIRequestClient ¶
type APIResultModel ¶
type Record ¶
type Record struct { Type string `json:"type"` Value string `json:"value"` TTL *uint32 `json:"ttl"` Zone Zone `json:"zone"` FQDN string `json:"fqdn"` }
func GetRecordsQuery ¶
func GetRecordsQuery( requestClient *APIRequestClient, query *RecordQuery, ) ([]Record, error)
type RecordQuery ¶
func (*RecordQuery) Encode ¶
func (recordQuery *RecordQuery) Encode() string
Click to show internal directories.
Click to hide internal directories.