Documentation ¶ Index ¶ func NewAPI(key string) (*dnsapi.API, error) type API func (api *API) Create(zoneID string, record dnsapi.Record) error func (api *API) Exists(zoneID string, record dnsapi.Record) bool func (api *API) Update(zoneID string, record dnsapi.Record) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewAPI ¶ func NewAPI(key string) (*dnsapi.API, error) Types ¶ type API ¶ type API struct { // contains filtered or unexported fields } func (*API) Create ¶ func (api *API) Create(zoneID string, record dnsapi.Record) error func (*API) Exists ¶ func (api *API) Exists(zoneID string, record dnsapi.Record) bool func (*API) Update ¶ func (api *API) Update(zoneID string, record dnsapi.Record) error Source Files ¶ View all Source files api.go Click to show internal directories. Click to hide internal directories.