Versions in this module Expand all Collapse all v0 v0.1.0 Mar 8, 2023 Changes in this version + type API interface + Create func(zoneID string, record Record) error + Exists func(zoneID string, record Record) bool + Update func(zoneID string, record Record) error + type APICreator func(string) (*API, error) + type Record struct + Content string + Name string + TTL int + Type string + type Zone struct + ID string + Name string