Versions in this module Expand all Collapse all v0 v0.2.1 Jun 6, 2024 v0.2.0 Jul 3, 2023 v0.1.0 Jul 1, 2023 Changes in this version + type AddEntry struct + Domain string + Host string + Priority int + Rdata string + TTL int + Type string + type Provider struct + APIKey string + APIToken string + APIUrl string + func (p *Provider) AppendRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error) + func (p *Provider) DeleteRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error) + func (p *Provider) GetRecords(ctx context.Context, zone string) ([]libdns.Record, error) + func (p *Provider) SetRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error) + type UpdateEntry struct + Host string + Rdata string + TTL int + Type string + type ZoneRecordResponse struct + Count int + Data []struct{ ... } + Max int + Start int + Status int + Timestamp int + Total int