Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { RecordInfo ExpandedData string `json:"expandedData"` ID uint `json:"id"` ZoneID uint `json:"zoneID"` // contains filtered or unexported fields }
type RecordInfo ¶
type UpdatePayload ¶
type Zone ¶
type Zone struct { ID uint `json:"id"` Name string `json:"name"` IPv4Address string `json:"ipv4address"` IPv6Prefix string `json:"ipv6prefix"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` // contains filtered or unexported fields }
func (*Zone) CheckUpdate ¶
func (*Zone) GetRecords ¶
Click to show internal directories.
Click to hide internal directories.