Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2022 v0.0.1 Aug 27, 2022 Changes in this version + type Provider struct + APIToken string + Password string + Username 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)